mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
410bb56d23
commit
e0933b5636
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ Let us call this new procedure @code{foo}.
|
||||||
(define foo (make-procedure-with-setter foo-ref foo-set!))
|
(define foo (make-procedure-with-setter foo-ref foo-set!))
|
||||||
@end lisp
|
@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.
|
structure stored in @code{f}, or to write into the structure.
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue