mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Typo in:
(SRFI-13 Predicates): Add string-any and string-every support for char and charset predicates.
This commit is contained in:
parent
6ae50c7153
commit
5b4dba24ef
1 changed files with 1 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ for every character in @var{s}.
|
|||
|
||||
When @var{char_pred} does return true (ie.@: non-@code{#f}) for every
|
||||
character, the return from the last call is the value returned by
|
||||
@code{string-any}.
|
||||
@code{string-every}.
|
||||
@end itemize
|
||||
|
||||
If there are no characters in @var{s} (ie.@: @var{start} equals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue