mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix grammar in api-compound.texi
* doc/ref/api-compound.texi: Fix grammar.
This commit is contained in:
parent
0f1b5674c4
commit
978229a52a
1 changed files with 3 additions and 3 deletions
|
@ -3718,9 +3718,9 @@ the following examples.
|
||||||
#f
|
#f
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
Better is to use the procedure @code{hashq-get-handle}, which makes a
|
It is often better is to use the procedure @code{hashq-get-handle},
|
||||||
distinction between the two cases. Just like @code{assq}, this
|
which makes a distinction between the two cases. Just like @code{assq},
|
||||||
procedure returns a key/value-pair on success, and @code{#f} if the
|
this procedure returns a key/value-pair on success, and @code{#f} if the
|
||||||
key is not found.
|
key is not found.
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue