Skip to content

Commit 6b93dff

Browse files
authored
Merge pull request #1861 from Makonede/patch-1
Fix typo
2 parents d45c1d3 + 120b5ff commit 6b93dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/borrow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545
// `_ref_to_i32` goes out of scope and is no longer borrowed.
4646
}
4747
48-
// `boxed_i32` can now give up ownership to `eat_box_32` and be destroyed
48+
// `boxed_i32` can now give up ownership to `eat_box_i32` and be destroyed
4949
eat_box_i32(boxed_i32);
5050
}
5151
```

0 commit comments

Comments
 (0)