mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
Typo
This commit is contained in:
parent
2f52380ca9
commit
a401a730c9
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ SCM_DEFINE (scm_random, "random", 1, 1, 0,
|
||||||
"distribution.\n"
|
"distribution.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The optional argument STATE must be of the type produced by\n"
|
"The optional argument STATE must be of the type produced by\n"
|
||||||
"`seed->andom-state'. It defaults to the value of the variable\n"
|
"`seed->random-state'. It defaults to the value of the variable\n"
|
||||||
"*random-state*. This object is used to maintain the state of\n"
|
"*random-state*. This object is used to maintain the state of\n"
|
||||||
"the pseudo-random-number generator and is altered as a side\n"
|
"the pseudo-random-number generator and is altered as a side\n"
|
||||||
"effect of the random operation.\n"
|
"effect of the random operation.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue