Skip to content

Commit ba73a17

Browse files
committed
freeze.md: Fix variable inconsistency in comment
1 parent 35e3a81 commit ba73a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/borrow/freeze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn main() {
1717
1818
println!("Immutably borrowed {}", large_integer);
1919
20-
// `_large_integer` goes out of scope
20+
// `large_integer` goes out of scope
2121
}
2222
2323
// Ok! `_mutable_integer` is not frozen in this scope

0 commit comments

Comments
 (0)