Skip to content

Commit d8b54f1

Browse files
authored
test: update description
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2203ea8 commit d8b54f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/incr/nanmmape/test

lib/node_modules/@stdlib/stats/incr/nanmmape/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tape( 'if data has yet to be provided, the accumulator function returns `null`',
138138
t.end();
139139
});
140140

141-
tape( 'if provided `NaN`, the accumulated function ignore it (returns the current mean absolute percentage error)', function test( t ) {
141+
tape( 'if provided `NaN`, the accumulator function ignores it (returns the current mean absolute percentage error)', function test( t ) {
142142
var expected;
143143
var data;
144144
var acc;

0 commit comments

Comments
 (0)