guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] 03/07: Fix grammar in api-compound.texi
Date: Sun, 7 Aug 2016 21:24:30 +0000 (UTC)

wingo pushed a commit to branch stable-2.0
in repository guile.

commit 85f1894dfa3caa8571eef11ee055f48e78c952ed
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]