guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fibers doc: fix typo


From: Dmitry Polyakov
Subject: Re: fibers doc: fix typo
Date: Sat, 15 Oct 2022 19:26:43 +0500

And in:

--8<---------------cut here---------------start------------->8---
@defun wait-until-port-writable-operation
Make an operation that will succeed with no values when the output
port @var{port} becomes writable.
@end defun
--8<---------------cut here---------------end--------------->8---

May be need add port at the end of the first line:

--8<---------------cut here---------------start------------->8---
@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
--8<---------------cut here---------------end--------------->8---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]