Skip to content

Commit 742e587

Browse files
author
MB
committed
[trivial-validate] Grammar
1 parent 753936a commit 742e587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/trivial-validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_bad_regexp(tree):
4545
def test_missing_to(tree):
4646

4747
# Rules that are terminated before setting 'to'.
48-
# These cases are probably due to either a misplaced
48+
# These cases are probably either due to a misplaced
4949
# rule end or intended to be different elements.
5050
"""Rule is missing a 'to' value."""
5151
for rule in tree.xpath("/ruleset/rule"):

0 commit comments

Comments
 (0)