Skip to content

Commit e1ac102

Browse files
authored
[webapp] Fix *notes* english grammar
1 parent b543ef5 commit e1ac102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/webapp.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
(defvar *proposition* "P => Q" "Default proposition")
2323
(defvar *port* (find-port:find-port))
2424
(defvar *notes*
25-
'("My lexer doesn't works very well for parenthesis."
25+
'("My lexer doesn't work very well for parenthesis."
2626
"Please, don't be evil. Use less than 10 variables."
2727
"Yes, [+] it's a XOR. Mathematically: p ⊕ q."
2828
"(=> ->) and (<=> <->) are aliases."))

0 commit comments

Comments
 (0)