1
Fork 0

Rollup merge of #29022 - apasel422:spell, r=steveklabnik

r? @steveklabnik
This commit is contained in:
Manish Goregaokar 2015-10-15 13:41:32 +05:30
commit d90f8f912b
43 changed files with 82 additions and 82 deletions

View file

@ -135,7 +135,7 @@ pub enum Count<'a> {
}
/// The parser structure for interpreting the input format string. This is
/// modelled as an iterator over `Piece` structures to form a stream of tokens
/// modeled as an iterator over `Piece` structures to form a stream of tokens
/// being output.
///
/// This is a recursive-descent parser for the sake of simplicity, and if