From b16dbb14bc20d41be04dc266595e901d6f70ac9f Mon Sep 17 00:00:00 2001 From: Fulbert Date: Tue, 13 Sep 2022 18:28:40 +0200 Subject: doc: Fix typo under "CPS Soup". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag). Signed-off-by: Ludovic Courtès --- doc/ref/compiler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 27964e881..865a77607 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -1120,7 +1120,7 @@ especially in cases when we know that we can just update the intmap in place. As an example, say we have an intmap mapping the integers 1 to 100 to the integers 42 to 141. Let's say that we want to transform this map by adding 1 to each value. There is already an efficient -@code{intmap-map} procedure in the @code{(language cps utils}) module, +@code{intmap-map} procedure in the @code{(language cps utils)} module, but if we didn't know about that we might do: @example -- cgit v1.2.1