summaryrefslogtreecommitdiffhomepage
path: root/common-lisp.html.markdown
diff options
context:
space:
mode:
authorAlexander Meinhold <35108195+alexmeinhold@users.noreply.github.com>2019-10-11 22:07:05 +0200
committerGitHub <noreply@github.com>2019-10-11 22:07:05 +0200
commitceaa8824b1a7ab141e317013a8a1643dd9b02684 (patch)
treedbac4488d563e71867f362993af01fe25a96b440 /common-lisp.html.markdown
parentf0eb830ebded612e53eef019776d6573fbc42ab0 (diff)
Update common-lisp.html.markdown
Real -> Read
Diffstat (limited to 'common-lisp.html.markdown')
-rw-r--r--common-lisp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown
index b12e50ca..1f2bb366 100644
--- a/common-lisp.html.markdown
+++ b/common-lisp.html.markdown
@@ -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".