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

@@ -364,7 +364,7 @@ impl<'t> CharReader<'t> {
}
/// Sets the previous and current character given any arbitrary byte
/// index (at a unicode codepoint boundary).
/// index (at a Unicode codepoint boundary).
#[inline]
pub fn set(&mut self, ic: uint) -> uint {
self.prev = None;