From f94ea26a972daa2ee01d4612be0b48a2f4300b1c Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 6 Dec 2016 13:39:56 -0600 Subject: [PATCH] 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 9facb38e0..9bd78d229 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