1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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.
This commit is contained in:
Christopher Allan Webber 2016-12-06 13:39:56 -06:00
parent 7184c176b4
commit f94ea26a97

View file

@ -1768,7 +1768,7 @@ parallel implementation of port operations. To use this implementation,
do the following: do the following:
@example @example
(use-module (ice-9 suspendable-ports)) (use-modules (ice-9 suspendable-ports))
(install-suspendable-ports!) (install-suspendable-ports!)
@end example @end example