commit 805e92a0811bb52307f2b0195a233c565bf9688c
parent e8d23565df7fd8417333c425f46a22f821b27f21
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 19:01:04 -0500
Copyedit.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1012,7 +1012,7 @@ These locations are to be understood as conceptual, not physical. Hence,
they do not necessarily correspond to memory addresses, and even if they do,
the memory address might not be constant.
-Rationale: In many systems it is desirable for constants(i.e. the values of
+Rationale: In many systems it is desirable for constants (i.e. the values of
literal expressions) to reside in read-only memory. Making it an error to
alter constants permits this implementation strategy, while not requiring
other systems to distinguish between mutable and immutable objects.