commit 878cb5641bc98d1e12b223cc12f280aad0f0001c
parent f075fa74c5b940c70d1573871ce4bbdbf8c8bf96
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 19:05:01 -0500
Missing subscripts.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1131,7 +1131,7 @@ where
@item
If a @code{cond} or @code{case} expression is in a tail context, and has a
-clause of the form @code{(}<expression> @code{=>} <expression>@code{)} then
+clause of the form @code{(}<expression@sub{1}> @code{=>} <expression@sub{2}>@code{)} then
the (implied) call to the procedure that results from the evaluation of
<expression> is in a tail context. <expression> itself is not in a tail
context.