Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schneider committed May 11, 2015
1 parent 0ede9ae commit 853b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visitor.rs
Expand Up @@ -85,7 +85,7 @@ impl<'a, 'v> visit::Visitor<'v> for FmtVisitor<'a> {
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>,
Expand Down

0 comments on commit 853b589

Please sign in to comment.