diff --git a/rhombus/scribblings/notation.scrbl b/rhombus/scribblings/notation.scrbl index be720dbe..f047384a 100644 --- a/rhombus/scribblings/notation.scrbl +++ b/rhombus/scribblings/notation.scrbl @@ -8,7 +8,7 @@ @title{Notation} -Like most lanugages, Rhombus syntax builds on a set of rules for parsing +Like most languages, Rhombus syntax builds on a set of rules for parsing characters into @deftech{tokens}. Unlike most languages–--but like Lisp, Scheme, and Racket---Rhombus syntax uses an additional layer of rules for grouping and nesting tokens. For languages in the Lisp family, the