aboutsummaryrefslogtreecommitdiff
path: root/doc/lexical.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-13 12:29:42 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-13 12:30:33 -0500
commite42111e4dfc2fac9f99b053fd3cd65cd6e11259f (patch)
tree3d7dd3fee6bef81af9421ebce5a7779b29c68a41 /doc/lexical.md
parent244863139cb6a43861953bd349479e3236301613 (diff)
Typos
Diffstat (limited to 'doc/lexical.md')
-rw-r--r--doc/lexical.md2
1 files changed, 1 insertions, 1 deletions
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 ∞