mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix typo in lambda documentation.
In the part about lambda formals, change "arguments will converted into" to "arguments will BE converted into". * doc/ref/api-procedures.texi (Lambda: Basic Procedure Creation): Fix typo.
This commit is contained in:
parent
f3a23edf9e
commit
d1c6ae19f4
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ called, the arguments will be stored into the newly created location for
|
|||
the formal variables.
|
||||
@item @var{variable}
|
||||
The procedure takes any number of arguments; when the procedure is
|
||||
called, the sequence of actual arguments will converted into a list and
|
||||
stored into the newly created location for the formal variable.
|
||||
called, the sequence of actual arguments will be converted into a list
|
||||
and stored into the newly created location for the formal variable.
|
||||
@item (@var{variable1} @dots{} @var{variablen} . @var{variablen+1})
|
||||
If a space-delimited period precedes the last variable, then the
|
||||
procedure takes @var{n} or more variables where @var{n} is the number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue