README: grammar fix. Not -> no.

This commit is contained in:
antirez 2023-02-01 22:52:59 +01:00
parent 8e8f5e08a4
commit 409a373be8

View file

@ -88,7 +88,7 @@ When you execute programs from files, in order to debug their executions you can
Aocla programs are just lists, and Aocla functions are lists bound to a
name. The name is given as a symbol, and the way to bind a list with a
symbol is an Aocla procedure itself. Not special syntax is required.
symbol is an Aocla procedure itself. No special syntax is required.
[dup *] 'square def