Skip to content

Commit a820a65

Browse files
chenyukangflip1995
andauthoredJan 11, 2024
Update compiler/rustc_lint/messages.ftl
Co-authored-by: Philipp Krones <hello@philkrones.com>
1 parent 8aceb60 commit a820a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎compiler/rustc_lint/messages.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,11 @@ lint_unknown_gated_lint =
533533
lint_unknown_lint =
534534
unknown lint: `{$name}`
535535
.suggestion = {$from_rustc ->
536-
[true] a lint with the similar name exists in `rustc` lints
536+
[true] a lint with a similar name exists in `rustc` lints
537537
*[false] did you mean
538538
}
539539
.help = {$from_rustc ->
540-
[true] a lint with the similar name exists in `rustc`, did you mean: `{$replace}`
540+
[true] a lint with a similar name exists in `rustc` lints: `{$replace}`
541541
*[false] did you mean: `{$replace}`
542542
}
543543

0 commit comments

Comments
 (0)