From c604da1be5e904b2381afb1a4d407a4ebdc0f93e Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 9 Sep 2002 21:48:12 +0000 Subject: [PATCH] (Creating a Procedure): Fixed typo. Thanks to Pieter Pareit! --- doc/ref/scheme-ideas.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/scheme-ideas.texi b/doc/ref/scheme-ideas.texi index 98ed953e8..052bdeb35 100644 --- a/doc/ref/scheme-ideas.texi +++ b/doc/ref/scheme-ideas.texi @@ -387,7 +387,7 @@ this: This is a valid procedure invocation expression, and its result is the string @code{"Name=FSF:Address=Cambridge"}. -It it more common, though, to store the procedure value in a variable --- +It is more common, though, to store the procedure value in a variable --- @lisp (define make-combined-string