Skip to content

Commit

Permalink
doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
king6cong committed Jan 24, 2017
1 parent 4c5d1a4 commit e7c0f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/hir/intravisit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub trait Visitor<'v> : Sized {
/// hashed separately.
///
/// **If for some reason you want the nested behavior, but don't
/// have a `Map` are your disposal:** then you should override the
/// have a `Map` at your disposal:** then you should override the
/// `visit_nested_XXX` methods, and override this method to
/// `panic!()`. This way, if a new `visit_nested_XXX` variant is
/// added in the future, we will see the panic in your code and
Expand Down

0 comments on commit e7c0f74

Please sign in to comment.