guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 13/47: Fix typo in manual.


From: Andy Wingo
Subject: [Guile-commits] 13/47: Fix typo in manual.
Date: Sun, 22 May 2016 18:23:04 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit e7cde8be9e3ddb66a09b8c914e5d58fa8e37d5ad
Author: Alex Kost <address@hidden>
Date:   Fri Jun 12 19:30:17 2015 +0300

    Fix typo in manual.
    
    * doc/ref/api-modules.texi (Using Guile Modules): Remove extra "yet".
---
 doc/ref/api-modules.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 4c46f29..8f18b1e 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -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
address@hidden@@} or @code{@@@@} form.
+has not yet been loaded will be loaded when referenced by a @code{@@} or
address@hidden@@@@} form.
 
 You can also use the @code{@@} and @code{@@@@} syntaxes as the target
 of a @code{set!} when the binding refers to a variable.



reply via email to

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