guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Fix small typo in suspendable-ports documentation


From: Christopher Allan Webber
Subject: [Guile-commits] 01/01: Fix small typo in suspendable-ports documentation.
Date: Tue, 6 Dec 2016 19:40:17 +0000 (UTC)

cwebber pushed a commit to branch master
in repository guile.

commit f94ea26a972daa2ee01d4612be0b48a2f4300b1c
Author: Christopher Allan Webber <address@hidden>
Date:   Tue Dec 6 13:39:56 2016 -0600

    Fix small typo in suspendable-ports documentation.
    
    * doc/ref/api-io.texi (Non-Blocking I/O): Fix example to call use-modules
      rather than use-module.
---
 doc/ref/api-io.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-io.texi b/doc/ref/api-io.texi
index 9facb38..9bd78d2 100644
--- a/doc/ref/api-io.texi
+++ b/doc/ref/api-io.texi
@@ -1768,7 +1768,7 @@ parallel implementation of port operations.  To use this 
implementation,
 do the following:
 
 @example
-(use-module (ice-9 suspendable-ports))
+(use-modules (ice-9 suspendable-ports))
 (install-suspendable-ports!)
 @end example
 



reply via email to

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