fix 101793, fix the wording of help msg for bitwise not
This commit is contained in:
parent
c3f59295fe
commit
2194fc957a
5 changed files with 17 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue