We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d45c1d3 + 120b5ff commit 6b93dffCopy full SHA for 6b93dff
src/scope/borrow.md
@@ -45,7 +45,7 @@ fn main() {
45
// `_ref_to_i32` goes out of scope and is no longer borrowed.
46
}
47
48
- // `boxed_i32` can now give up ownership to `eat_box_32` and be destroyed
+ // `boxed_i32` can now give up ownership to `eat_box_i32` and be destroyed
49
eat_box_i32(boxed_i32);
50
51
```
0 commit comments