1
Fork 0

Fix spelling errors and capitalization.

This commit is contained in:
Joseph Crail 2014-09-02 01:35:58 -04:00
parent d59d97cbec
commit b7bfe04b2d
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;