1
Fork 0
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:
Calvin Heim 2016-08-07 12:56:55 +02:00 committed by Andy Wingo
parent 0f1b5674c4
commit 978229a52a

View file

@ -3718,9 +3718,9 @@ the following examples.
#f
@end lisp
Better is to use the procedure @code{hashq-get-handle}, which makes a
distinction between the two cases. Just like @code{assq}, this
procedure returns a key/value-pair on success, and @code{#f} if the
It is often better is to use the procedure @code{hashq-get-handle},
which makes a distinction between the two cases. Just like @code{assq},
this procedure returns a key/value-pair on success, and @code{#f} if the
key is not found.
@lisp