Skip to content

Commit

Permalink
doc: Fix typo in documentation of wait-until-port-writable-operation.
Browse files Browse the repository at this point in the history
* fibers.texi (wait-until-port-writable-operation): Fix it.
  • Loading branch information
emixa-d committed Oct 16, 2022
1 parent 1d90461 commit 3c7c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibers.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c7c861

Please sign in to comment.