1
Fork 0

auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcrichton

I corrected spelling and capitalization errors in comments and strings.
This commit is contained in:
bors 2014-09-04 18:30:59 +00:00
commit d3e7922ddd
48 changed files with 64 additions and 64 deletions

View file

@ -381,7 +381,7 @@ extern crate rand;
#[cfg(test)]
extern crate regex;
// unicode tables for character classes are defined in libunicode
// Unicode tables for character classes are defined in libunicode
extern crate unicode;
pub use parse::Error;