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:
parent
7184c176b4
commit
f94ea26a97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue