From 3c7c861e19bc1b1a6b66fab808579efffa5f58fd Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Sun, 16 Oct 2022 10:40:59 +0200 Subject: [PATCH] doc: Fix typo in documentation of wait-until-port-writable-operation. * fibers.texi (wait-until-port-writable-operation): Fix it. --- fibers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fibers.texi b/fibers.texi index 5f48af0..abcfb93 100644 --- a/fibers.texi +++ b/fibers.texi @@ -741,7 +741,7 @@ port @var{port} becomes readable. For passive sockets, this operation succeeds when a connection becomes available. @end defun -@defun wait-until-port-writable-operation +@defun wait-until-port-writable-operation port Make an operation that will succeed with no values when the output port @var{port} becomes writable. @end defun