From e42111e4dfc2fac9f99b053fd3cd65cd6e11259f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 13 Nov 2022 12:29:42 -0500 Subject: Typos --- doc/lexical.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lexical.md') diff --git a/doc/lexical.md b/doc/lexical.md index 717e8f97..7e083599 100644 --- a/doc/lexical.md +++ b/doc/lexical.md @@ -143,7 +143,7 @@ With lexical scoping, variable mutation automatically leads to mutable data. Thi ### Aliasing -Mutable values exhibits *aliasing*. This means that when two variables refer to the same mutable value (or two copies of it exist generally), changes to one also affect the other. +Mutable values exhibit *aliasing*. This means that when two variables refer to the same mutable value (or two copies of it exist generally), changes to one also affect the other. record ← { r←⟨⟩ ⋄ { r ∾↩ <𝕩 } } Record ∞ -- cgit v1.2.3