diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lexical.md | 2 |
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 ∞ |
