Skip to content

Commit 4822cbe

Browse files
chrischtelmatthewtolman
authored andcommitted
fixed typo
1 parent 97425fb commit 4822cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn init(comptime Reader: type, comptime Writer: type, reader: Reader, opts:
3232
/// Partial writes will be made to the writer, even if there is a parse error
3333
/// later on
3434
/// This is since the streamer will parse one character at a time with no
35-
/// lookaheadV
35+
/// lookahead
3636
pub fn Parser(
3737
comptime Reader: type,
3838
comptime Writer: type,

0 commit comments

Comments
 (0)