syntax_ext: format: remove reference to methods in comment
This commit is contained in:
parent
067284b291
commit
2ea6c70a1a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue