Skip to content

Commit eac3fdf

Browse files
committed
Typo "because"
1 parent a021f43 commit eac3fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn/closures/capture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() {
2929
// Call the closure using the borrow.
3030
print();
3131
32-
// `color` can be borrowed immutably again, becuase the closure only holds
32+
// `color` can be borrowed immutably again, because the closure only holds
3333
// an immutable reference to `color`.
3434
let _reborrow = &color;
3535
print();

0 commit comments

Comments
 (0)