You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ function add(a, b) {
90
90
SUPPORTED PATTERNS
91
91
---------------------------------------
92
92
93
-
Assertion expressions are removed when it matches patterns below. IOW, unassertify removes assertion calls that are compatible with Node.js standard [assert](http://nodejs.org/api/assert.html) API (and `console.assert`).
93
+
Assertion expressions are removed when they match patterns below. IOW, unassertify removes assertion calls that are compatible with Node.js standard [assert](http://nodejs.org/api/assert.html) API (and `console.assert`).
0 commit comments