mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
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
This commit is contained in:
parent
93b645239b
commit
2e4ef7eda1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue