1
Fork 0

fix 101793, fix the wording of help msg for bitwise not

This commit is contained in:
yukang 2022-09-15 17:33:28 +08:00
parent c3f59295fe
commit 2194fc957a
5 changed files with 17 additions and 7 deletions

View file

@ -55,7 +55,7 @@ parser_tilde_is_not_unary_operator = `~` cannot be used as a unary operator
.suggestion = use `!` to perform bitwise not
parser_unexpected_token_after_not = unexpected {$negated_desc} after identifier
.suggestion = use `!` to perform logical negation
.suggestion = use `!` to perform bitwise not
parser_malformed_loop_label = malformed loop label
.suggestion = use the correct loop label format