commit 9b0f8a80ffc360b1b547270bd12668125be459b5
parent 13139aae987b2b00c0d2adbb15583cff270f462e
Author: Bor Grošelj Simić <bgs@turminal.net>
Date: Sat, 23 Apr 2022 15:08:56 +0200
mention io::readall in docstring for io::underread
Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/io/types.ha b/io/types.ha
@@ -3,8 +3,8 @@
// (c) 2021 Eyal Sawady <ecs@d2evs.net>
use errors;
-// Returned by [[readitem]] and [[readitems]] if the I/O handle returned [[EOF]]
-// prior to completely reading an item.
+// Returned by [[readitem]], [[readitems]] and [[readall]] if the I/O handle
+// returned [[EOF]] prior to completely reading an item.
export type underread = !void;
// Any error which may be returned from an I/O function.