guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/02: api-procedures.texi: typo: 'an' -> 'on'


From: Andy Wingo
Subject: [Guile-commits] 02/02: api-procedures.texi: typo: 'an' -> 'on'
Date: Wed, 19 Apr 2017 11:16:39 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit e0933b5636219973bf4c0262b82d604756f7c1bc
Author: Sergei Trofimovich <address@hidden>
Date:   Sun Feb 19 23:02:37 2017 +0000

    api-procedures.texi: typo: 'an' -> 'on'
    
    * doc/ref/api-procedures.texi: Fix typo.
    
    Signed-off-by: Sergei Trofimovich <address@hidden>
---
 doc/ref/api-procedures.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index 02bf682..df24178 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -836,7 +836,7 @@ Let us call this new procedure @code{foo}.
 (define foo (make-procedure-with-setter foo-ref foo-set!))
 @end lisp
 
address@hidden can from now an be used to either read from the data
address@hidden can from now on be used to either read from the data
 structure stored in @code{f}, or to write into the structure.
 
 @lisp



reply via email to

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