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