Merge pull request #3695 from alexmeinhold/patch-1

[common-lisp/en] Update common-lisp.html.markdown
This commit is contained in:
Divay Prakash 2020-01-11 14:24:53 +05:30 committed by GitHub
commit abc70149c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ t ; another atom, denoting true
;;; is a good starting point. Third party libraries can be easily installed with
;;; Quicklisp
;;; CL is usually developed with a text editor and a Real Eval Print
;;; CL is usually developed with a text editor and a Read Eval Print
;;; Loop (REPL) running at the same time. The REPL allows for interactive
;;; exploration of the program while it is running "live".