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 #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