Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaky committed Jan 4, 2019
1 parent 4ce720c commit 38f58d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl<R: io::Read> LineReader<R> {
}

/// Create a new `LineReader` around the reader with a default capacity of
/// 1 MiB and the given delimiter.
/// 64 KiB and the given delimiter.
///
/// ```no_run
/// # use linereader::LineReader;
Expand Down

0 comments on commit 38f58d0

Please sign in to comment.