src/lexer-proto.lisp (lexer-error): Use Oxford comma for expected tokens.
[sod] / src / fragment-parse.lisp
index 8e32b07..c958da3 100644 (file)
@@ -98,7 +98,7 @@
              ((or #\) #\] #\})
               (if (eql it delim)
                   (setf delim (pop stack))
-                  (cerror* "Unmatched `~C.'." it)))
+                  (cerror* "Unmatched `~C'" it)))
 
              ;; String and character literals.
              ((seq ((quote (or #\" #\'))