commit d50ac8b0a62c5c83bf49a79dd3b17eb75cef4415
parent 050c16acf2d5779b00f26c446534afcc6655d30f
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 7 Feb 2024 12:47:03 -0500
Minor reflow.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/r7rs-small/overview.texinfo b/doc/r7rs-small/overview.texinfo
@@ -68,8 +68,8 @@ prefix notation for programs and other data; the grammar of Scheme
generates a sublanguage of the language used for data. An important
consequence of this simple, uniform representation is that Scheme
programs and data can easily be treated uniformly by other Scheme
-programs. For example, the @code{eval} procedure evaluates a Scheme program
-expressed as data.
+programs. For example, the @code{eval} procedure evaluates a Scheme
+program expressed as data.
The @code{read} procedure performs syntactic as well as lexical
decomposition of the data it reads. The @code{read} procedure parses