From e42111e4dfc2fac9f99b053fd3cd65cd6e11259f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 13 Nov 2022 12:29:42 -0500 Subject: Typos --- docs/doc/lexical.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/lexical.html') diff --git a/docs/doc/lexical.html b/docs/doc/lexical.html index 141bef45..aad0d3cd 100644 --- a/docs/doc/lexical.html +++ b/docs/doc/lexical.html @@ -144,7 +144,7 @@

With lexical scoping, variable mutation automatically leads to mutable data. This is because a function or modifier that depends on the variable value changes its behavior when the variable changes. So do objects; this slightly more concrete case is discussed here. The behavior change is observed by calling operations, and by accessing object fields. These are the only two actions that might behave differently when applied to the same values!

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