We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5d1a4 commit e7c0f74Copy full SHA for e7c0f74
src/librustc/hir/intravisit.rs
@@ -154,7 +154,7 @@ pub trait Visitor<'v> : Sized {
154
/// hashed separately.
155
///
156
/// **If for some reason you want the nested behavior, but don't
157
- /// have a `Map` are your disposal:** then you should override the
+ /// have a `Map` at your disposal:** then you should override the
158
/// `visit_nested_XXX` methods, and override this method to
159
/// `panic!()`. This way, if a new `visit_nested_XXX` variant is
160
/// added in the future, we will see the panic in your code and
0 commit comments