diff --git a/docs/language/index.rst b/docs/language/index.rst index 82e7c68..f1b03ca 100644 --- a/docs/language/index.rst +++ b/docs/language/index.rst @@ -237,7 +237,7 @@ Comments start with semicolons:: (print "this will run") ; (print "but this will not") - (+ 1 2 3) ; we won't execute this either + (+ 1 2 3) ; we'll execute the addition, but not this comment! TODO