Skip to content

Commit e7c0f74

Browse files
committed
doc typo fix
1 parent 4c5d1a4 commit e7c0f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/intravisit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub trait Visitor<'v> : Sized {
154154
/// hashed separately.
155155
///
156156
/// **If for some reason you want the nested behavior, but don't
157-
/// have a `Map` are your disposal:** then you should override the
157+
/// have a `Map` at your disposal:** then you should override the
158158
/// `visit_nested_XXX` methods, and override this method to
159159
/// `panic!()`. This way, if a new `visit_nested_XXX` variant is
160160
/// added in the future, we will see the panic in your code and

0 commit comments

Comments
 (0)