We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a476c0 commit 5926c7eCopy full SHA for 5926c7e
src/closure.md
@@ -162,7 +162,7 @@ The other option is to step through the code using lldb or gdb.
162
163
Let's start with [`upvar.rs`][upvar]. This file has something called
164
the [`euv::ExprUseVisitor`] which walks the source of the closure and
165
-invokes a callbackfor each upvar that is borrowed, mutated, or moved.
+invokes a callback for each upvar that is borrowed, mutated, or moved.
166
167
[`euv::ExprUseVisitor`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_typeck/expr_use_visitor/struct.ExprUseVisitor.html
168
0 commit comments