r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dd3c317f9a2604f57cea5d5bdadc7b394f54b525
parent a0f22b53cfce6a9d96c7ac8b429e3b70b6c8bb8f
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Tue, 30 Jan 2024 15:27:24 -0500

Fix typo.

Diffstat:
Mdoc/r7rs-small/r7rs-small.texinfo | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -1025,7 +1025,7 @@ Steele and Sussman later observed that in their interpreter the code for dealing actors was identical to that for functions and thus there was no need to include both in the language. -A tail callis a procedure call that occurs in a tail context. Tail contexts are defined +A tail call is a procedure call that occurs in a tail context. Tail contexts are defined inductively. Note that a tail context is always determined with respect to a particular lambda expression.