Skip to content

Commit 2a0d34a

Browse files
authored
Merge pull request #52 from stevepiercy/patch-1
Fix #51 update regular expression per error message in `Foreign.yml`
2 parents 2df81c2 + cf1fa18 commit 2a0d34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft/Foreign.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ action:
99
swap:
1010
'\b(?:eg|e\.g\.)[\s,]': for example
1111
'\b(?:ie|i\.e\.)[\s,]': that is
12-
'\b(viz\.)[\s,]': namely
13-
'\b(ergo)[\s,]': therefore
12+
'\b(?:viz\.)[\s,]': namely
13+
'\b(?:ergo)[\s,]': therefore

0 commit comments

Comments
 (0)