Merge pull request #69 from oli-obk/patch-1

typo
This commit is contained in:
Nick Cameron 2015-05-12 08:23:19 +12:00
commit 7e5b05d443

View File

@ -85,7 +85,7 @@ fn visit_block(&mut self, b: &'v ast::Block) {
self.last_pos = b.span.hi;
}
// Note that this only gets called for function defintions. Required methods
// Note that this only gets called for function definitions. Required methods
// on traits do not get handled here.
fn visit_fn(&mut self,
fk: visit::FnKind<'v>,