We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e3a81 commit ba73a17Copy full SHA for ba73a17
src/scope/borrow/freeze.md
@@ -17,7 +17,7 @@ fn main() {
17
18
println!("Immutably borrowed {}", large_integer);
19
20
- // `_large_integer` goes out of scope
+ // `large_integer` goes out of scope
21
}
22
23
// Ok! `_mutable_integer` is not frozen in this scope
0 commit comments