diff options
author | Brian Gough <bjg@network-theory.co.uk> | 2009-12-15 10:14:48 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-12-18 00:53:07 +0000 |
commit | 2e4ef7eda16ccf708f9822573d016567eb916f43 (patch) | |
tree | 791ca0b40ff19fe26840f218ee2c686b9f0a94bc /doc/ref/api-procedures.texi | |
parent | 93b645239b8518c7fe449663a9611008497038e4 (diff) | |
download | guile-2e4ef7eda16ccf708f9822573d016567eb916f43.tar.gz |
typo fix
Correction for garbled sentence.
--
Brian Gough
Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/
>From f819b597a46ad4ed23597e5a81d1acab46f15147 Mon Sep 17 00:00:00 2001
From: Brian Gough <bjg@gnu.org>
Date: Mon, 14 Dec 2009 20:04:34 +0000
Subject: [PATCH] typo fix
Diffstat (limited to 'doc/ref/api-procedures.texi')
-rw-r--r-- | doc/ref/api-procedures.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 9609fefe6..0f89612a9 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -36,7 +36,7 @@ When a procedure created by @code{lambda} is called with some actual arguments, the environment enclosed in the procedure is extended by binding the variables named in the formal argument list to new locations and storing the actual arguments into these locations. Then the body of -the @code{lambda} expression is evaluation sequentially. The result of +the @code{lambda} expression is evaluated sequentially. The result of the last expression in the procedure body is then the result of the procedure invocation. |