Skip to content

Commit 6b60143

Browse files
committed
Issue#1503: Doc typo corrections.
1 parent ef7b4b4 commit 6b60143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/signal_rules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ signal_018
339339

340340
|phase_1| |error| |structure|
341341

342-
This rule checks the **:=** is on the same line at the **signal** keyword.
342+
This rule checks the **:=** is on the same line as the **signal** keyword.
343343

344344
**Violation**
345345

vsg/rules/signal/rule_018.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class rule_018(Rule):
1111
"""
12-
This rule checks the **:=** is on the same line at the **signal** keyword.
12+
This rule checks the **:=** is on the same line as the **signal** keyword.
1313
1414
**Violation**
1515

0 commit comments

Comments
 (0)