Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 27, 2019
1 parent 0f94a3b commit 01d6c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/bufio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class BufReader implements Reader {
* being valid at the next read.
*
* If `readSlice()` encounters an error before finding a delimiter, or the
* buffer fills without finding a delimimiter, it throws an error with a
* buffer fills without finding a delimiter, it throws an error with a
* `partial` property that contains the entire buffer.
*
* If `readSlice()` encounters the end of the underlying stream and there are
Expand Down

0 comments on commit 01d6c96

Please sign in to comment.