authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-04 03:56:19 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-04 03:56:19 -08:00
loga34d461dce3ad632d343786338282f0916acc515
treeb737f1e59610dd88595af22595844f0c373b851b
parentcbb552a042af35f30a5b6f5fa0e777030053ed1c
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

fix these comments for easier copy/paste


1 files changed, 2 insertions(+), 2 deletions(-)

nio.zig+2-2
......@@ -137,10 +137,10 @@ pub fn Writable(T: type, this_kind: enum { _var, _const, _bare }) type {
137137 ._bare => T,
138138 };
139139
140 // pub fn write(self: Self, bytes: []const u8) Error!usize {
140 // pub fn write(self: Self, bytes: []const u8) WriteError!usize {
141141 // }
142142
143 // pub fn writev(self: Self, iovec: []const sys.struct_iovec) Error!usize {
143 // pub fn writev(self: Self, iovec: []const sys.struct_iovec) WriteError!usize {
144144 // }
145145
146146 pub fn writeAll(self: Self, bytes: []const u8) Error!void {