Skip to content

Commit 72f367c

Browse files
committed
typo
1 parent 1673a57 commit 72f367c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function buildTest(metric, spec, actual, defaults) {
7777
break;
7878
case '<>':
7979
result = actual < expected[0] && actual > expected[1];
80-
operation = 'less than ' + expected[0] + ' or greater than';
80+
operation = 'less than ' + expected[0] + ' and greater than';
8181
expected = expected[1];
8282
break;
8383
default:

0 commit comments

Comments
 (0)