syntax_ext: format: remove reference to methods in comment

This commit is contained in:
Wang Xuerui 2016-05-16 17:16:32 +08:00
parent 067284b291
commit 2ea6c70a1a

View file

@ -67,7 +67,7 @@ struct Context<'a, 'b:'a> {
name_positions: HashMap<String, usize>,
/// Updated as arguments are consumed or methods are entered
/// Updated as arguments are consumed
next_arg: usize,
}