LispLang / lisplang.github.io

Common Lisp homepage
https://lisp-lang.org/
160 stars 30 forks source link

Fix typo in style: DEFPARAMETER to DEFCONSTANT #71

Closed kilianmh closed 2 years ago

kilianmh commented 2 years ago

In the variable section about constants, DEFCONSTANT should be used ,not DEFPARAMETER.