commit 21c548b3ee0723704930ca30fc980aeae02eeb91 parent 72d305f0ecf5eae68b246c27fc3bf7de22e9e065 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Tue, 30 Jan 2024 15:22:45 -0500 Fix typos. Diffstat:
M | doc/r7rs-small/r7rs-small.texinfo | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -836,10 +836,10 @@ In particular, it is an error for quasiquote (section 4.2.8) to contain them. @node Variables - syntactic keywords - and regions @section Variables, syntactic keywords, and regions -An identifiercan name either a type of syntax or a location where a value can be stored. An -identifier that names a type of syntax is called a syntactic keywordand is said to be bound to -a transformer for that syntax. An identifier that names a location is called a variableand is -said to be bound to that location. The set of all visible bindingsin effect at some point in a +An identifier can name either a type of syntax or a location where a value can be stored. An +identifier that names a type of syntax is called a syntactic keyword and is said to be bound to +a transformer for that syntax. An identifier that names a location is called a variable and is +said to be bound to that location. The set of all visible bindings in effect at some point in a program is known as the environment in effect at that point. The value stored in the location to which a variable is bound is called the variable's value. By abuse of terminology, the variable is sometimes said to name the value or to be bound to the