commit 07b17b0ad78faab1ef3e147c9f9072350fae2a57
parent d5083d920cecb83e79a65147e982f8e115a5425c
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 15:53:36 -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
@@ -977,7 +977,7 @@ in the appropriate sections of chapter 6.
@section Storage model
Variables and objects such as pairs, strings, vectors, and bytevectors implicitly denote
-locationsor sequences of locations. A string, for example, denotes as many locations as
+locations or sequences of locations. A string, for example, denotes as many locations as
there are characters in the string. A new value can be stored into one of these locations
using the @code{string-set!} procedure, but the string continues to denote the same locations as
before.