We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7b4b4 commit 6b60143Copy full SHA for 6b60143
docs/signal_rules.rst
@@ -339,7 +339,7 @@ signal_018
339
340
|phase_1| |error| |structure|
341
342
-This rule checks the **:=** is on the same line at the **signal** keyword.
+This rule checks the **:=** is on the same line as the **signal** keyword.
343
344
**Violation**
345
vsg/rules/signal/rule_018.py
@@ -9,7 +9,7 @@
9
10
class rule_018(Rule):
11
"""
12
- This rule checks the **:=** is on the same line at the **signal** keyword.
+ This rule checks the **:=** is on the same line as the **signal** keyword.
13
14
15
0 commit comments