guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix grammar in api-compound.texi


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix grammar in api-compound.texi
Date: Sun, 7 Aug 2016 10:58:47 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 978229a52afd2fd21f79d62e5493e2f9570f77cf
Author: Calvin Heim <address@hidden>
Date:   Sun Aug 7 12:56:55 2016 +0200

    Fix grammar in api-compound.texi
    
    * doc/ref/api-compound.texi: Fix grammar.
---
 doc/ref/api-compound.texi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index b4ae79c..38c4464 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]