Skip to content

Commit 18c4662

Browse files
iluuu1994mark-i-m
authored andcommitted
Fix typo
1 parent c20647e commit 18c4662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/closure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ declared in the file [`src/librustc/ty/mod.rs`][ty].
140140
[upvar]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_typeck/check/upvar/index.html
141141
[ty]:https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/index.html
142142

143-
Before we go any further, let's discuss how we can examine the flow of coontrol through the rustc
143+
Before we go any further, let's discuss how we can examine the flow of control through the rustc
144144
codebase. For closures specifically, set the `RUST_LOG` env variable as below and collect the
145145
output in a file:
146146

0 commit comments

Comments
 (0)