Skip to content

Commit

Permalink
Corrected minor grammatical slip
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Findlay authored and BurntSushi committed Mar 27, 2017
1 parent cfc1ff2 commit 299658e
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 @@ -171,7 +171,7 @@
//! This behavior may be turned off by calling `flexible` with `true`.
//! * Empty lines (that do not include other whitespace) are ignored
//! by the parser.
//! * This crates parses CSV data at the *byte* level, which means all
//! * This crate parses CSV data at the *byte* level, which means all
//! delimiter and quote characters must be ASCII. While unfortunate, this
//! means that CSV data that is not UTF-8 encoded can be parsed. In
//! general, the writer and reader API biases toward using Unicode strings
Expand Down

0 comments on commit 299658e

Please sign in to comment.