Skip to content

Commit 1e106c1

Browse files
authored
Rollup merge of #107882 - workingjubilee:fix-en-borrowck-ftl-typos, r=compiler-errors
Cleanup typos in en_US/borrowck.ftl Noticed these while opening #107881.
2 parents 08ce17a + 1f76cea commit 1e106c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_error_messages/locales/en-US/borrowck.ftl

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ borrowck_generic_does_not_live_long_enough =
1818
`{$kind}` does not live long enough
1919
2020
borrowck_move_borrowed =
21-
cannot move out of `{$desc}` beacause it is borrowed
21+
cannot move out of `{$desc}` because it is borrowed
2222
2323
borrowck_var_does_not_need_mut =
2424
variable does not need to be mutable
@@ -87,10 +87,10 @@ borrowck_use_due_to_use_closure =
8787
use occurs due to use in closure
8888
8989
borrowck_assign_due_to_use_closure =
90-
assign occurs due to use in closure
90+
assignment occurs due to use in closure
9191
9292
borrowck_assign_part_due_to_use_closure =
93-
assign to part occurs due to use in closure
93+
assignment to part occurs due to use in closure
9494
9595
borrowck_capture_immute =
9696
capture is immutable because of use here

0 commit comments

Comments
 (0)