summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/api-io.texi2
1 files changed, 1 insertions, 1 deletions
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