this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme: fix example mistake

+1 -1
+1 -1
README.md
··· 124 124 } 125 125 126 126 if (self.fd2_written < self.buf.items.len) { 127 - _ = try rt.write(self.fd2, self.buf.items[self.fd2_written], .{ 127 + _ = try rt.write(self.fd2, self.buf.items[self.fd2_written..], .{ 128 128 .ptr = self, 129 129 .msg = @intFromEnum(Msg.fd2), 130 130 .cb = MultiWriter.onCompletion,