1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typo in manual.

* doc/ref/api-modules.texi (Using Guile Modules): Remove extra "yet".
This commit is contained in:
Alex Kost 2015-06-12 19:30:17 +03:00 committed by Andy Wingo
parent 93c3b060c1
commit e7cde8be9e

View file

@ -171,8 +171,8 @@ of @code{@@} and should only be used as a last resort or for
debugging, for example.
Note that just as with a @code{use-modules} statement, any module that
has not yet been loaded yet will be loaded when referenced by a
@code{@@} or @code{@@@@} form.
has not yet been loaded will be loaded when referenced by a @code{@@} or
@code{@@@@} form.
You can also use the @code{@@} and @code{@@@@} syntaxes as the target
of a @code{set!} when the binding refers to a variable.