1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

api-procedures.texi: typo: 'an' -> 'on'

* doc/ref/api-procedures.texi: Fix typo.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich 2017-02-19 23:02:37 +00:00 committed by Andy Wingo
parent 410bb56d23
commit e0933b5636

View file

@ -836,7 +836,7 @@ Let us call this new procedure @code{foo}.
(define foo (make-procedure-with-setter foo-ref foo-set!))
@end lisp
@code{foo} can from now an be used to either read from the data
@code{foo} can from now on be used to either read from the data
structure stored in @code{f}, or to write into the structure.
@lisp