commit d5083d920cecb83e79a65147e982f8e115a5425c
parent fe49d836852fe2b81087240fb55bb6eaa9251747
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 15:53:08 -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
@@ -997,7 +997,7 @@ this, it is understood that the empty list cannot be newly allocated, because it
object. It is also understood that empty strings, empty vectors, and empty bytevectors,
which contain no locations, may or may not be newly allocated.
-Every object that denotes locations is either mutableor immutable. Literal constants, the
+Every object that denotes locations is either mutable or immutable. Literal constants, the
strings returned by @code{symbol->string}, and possibly the environment returned by
@code{scheme-report-environment} are immutable objects. All objects created by the other
procedures listed in this report are mutable. It is an error to attempt to store a new value