From a34d461dce3ad632d343786338282f0916acc515 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 4 Mar 2026 03:56:19 -0800 Subject: [PATCH] fix these comments for easier copy/paste --- nio.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nio.zig b/nio.zig index 07628ac3d9014b2f3e8d6fe9da4885d38082972f..1d40b42023e6968021c8f46393cd93d2a163452b 100644 --- a/nio.zig +++ b/nio.zig @@ -137,10 +137,10 @@ pub fn Writable(T: type, this_kind: enum { _var, _const, _bare }) type { ._bare => T, }; - // pub fn write(self: Self, bytes: []const u8) Error!usize { + // pub fn write(self: Self, bytes: []const u8) WriteError!usize { // } - // pub fn writev(self: Self, iovec: []const sys.struct_iovec) Error!usize { + // pub fn writev(self: Self, iovec: []const sys.struct_iovec) WriteError!usize { // } pub fn writeAll(self: Self, bytes: []const u8) Error!void { -- 2.54.0