hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 60d120011e00068be17527a4b3de1d4d71b98c86
parent 87774cfb7aa7af093eef65d6fdc586e7085bc316
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Tue, 19 Oct 2021 14:43:57 +0000

iobus: further typo fix in [[done]] docs

Signed-off-by: Eyal Sawady <ecs@d2evs.net>

Diffstat:
Miobus/io_uring/handle.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iobus/io_uring/handle.ha b/iobus/io_uring/handle.ha @@ -21,7 +21,7 @@ export fn handleof(res: result) *handle = { }; }; -// Discards state associated with an [[result]]. +// Discards state associated with a [[result]]. export fn done(bus: *bus, res: result) void = { const handle = handleof(res); free(handle.callbacks);