From 03c1cad43eec203cf441239b1900855ab7db8fe2 Mon Sep 17 00:00:00 2001 From: Dexter Santucci <38226103+DexterLagan@users.noreply.github.com> Date: Sun, 2 Jul 2023 16:01:29 +0200 Subject: [PATCH] Update notation.scrbl - Fixing 'language' typo. --- rhombus/scribblings/notation.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhombus/scribblings/notation.scrbl b/rhombus/scribblings/notation.scrbl index be720dbe3..f047384af 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