Skip to content

Commit

Permalink
Fix latin rule (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins authored Oct 10, 2023
1 parent 8ef9711 commit d81703d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IBMQuantum/Latin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ swap:
'\b(?:ie|i\.e\.)[\s,]': that is
'\betc\.': and so on
'\bvs\.': compared to
via: through
versus: compared to
'\bvia\b': through
'\bversus\b': compared to
1 change: 0 additions & 1 deletion features/rules.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Feature: Rules
When I test "Latin"
Then the output should contain exactly:
"""
test.md:1:21:IBMQuantum.Latin:Use 'through' instead of 'via'.
test.md:3:10:IBMQuantum.Latin:Use 'and so on' instead of 'etc.'.
test.md:5:31:IBMQuantum.Latin:Use 'that is' instead of 'i.e.,'.
test.md:7:6:IBMQuantum.Latin:Use 'compared to' instead of 'vs.'.
Expand Down

0 comments on commit d81703d

Please sign in to comment.