Skip to content

Commit 55c2c09

Browse files
committed
typo
1 parent 4c516b0 commit 55c2c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/mir/visitor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ recursively walk the contents of the `foo`, you then invoke the
3838
`super_foo` method. (NB. You never want to override `super_foo`.)
3939

4040
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.
41+
By implementing `visit_local` method, this visitor counts how many times each local is used.
4242

4343
[`LocalUseCounter`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_transform/simplify_try/struct.LocalUseCounter.html
4444

0 commit comments

Comments
 (0)