We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c516b0 commit 55c2c09Copy full SHA for 55c2c09
src/mir/visitor.md
@@ -38,7 +38,7 @@ recursively walk the contents of the `foo`, you then invoke the
38
`super_foo` method. (NB. You never want to override `super_foo`.)
39
40
A very simple example of a visitor can be found in [`LocalUseCounter`].
41
-By implementing `visit_local` method, this visitor counts how many tims each local is used.
+By implementing `visit_local` method, this visitor counts how many times each local is used.
42
43
[`LocalUseCounter`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/simplify_try/struct.LocalUseCounter.html
44
0 commit comments