Some "parenthesis" and "parentheses" fixes
This commit is contained in:
parent
7fbd4ce276
commit
3c1d55422a
30 changed files with 100 additions and 100 deletions
|
@ -328,7 +328,7 @@ impl<'a> Parser<'a> {
|
|||
),
|
||||
)
|
||||
.multipart_suggestion(
|
||||
"wrap the expression in parenthesis",
|
||||
"wrap the expression in parentheses",
|
||||
suggs,
|
||||
Applicability::MachineApplicable,
|
||||
)
|
||||
|
@ -349,7 +349,7 @@ impl<'a> Parser<'a> {
|
|||
"right curly brace `}` before `else` in a `let...else` statement not allowed",
|
||||
)
|
||||
.multipart_suggestion(
|
||||
"try wrapping the expression in parenthesis",
|
||||
"try wrapping the expression in parentheses",
|
||||
suggs,
|
||||
Applicability::MachineApplicable,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue