We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9131f4 commit 054505aCopy full SHA for 054505a
Documentation/RuleDocumentation.md
@@ -243,7 +243,7 @@ Format: The access level is removed from the extension declaration and is added
243
Assignment expressions must be their own statements.
244
245
Assignment should not be used in an expression context that expects a `Void` value. For example,
246
-assigning a variable within a `return` statement existing a `Void` function is prohibited.
+assigning a variable within a `return` statement exiting a `Void` function is prohibited.
247
248
Lint: If an assignment expression is found in a position other than a standalone statement, a
249
lint finding is emitted.
0 commit comments