Skip to content

Commit

Permalink
test: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 17, 2023
1 parent 5d94262 commit f6b4946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tape( 'the function evaluates the double factorial', function test( t ) {
t.end();
});

tape( 'if provided integers greater than `301`, the function returns positive infinity', function test( t ) {
tape( 'if provided integers greater than `300`, the function returns positive infinity', function test( t ) {
var i;
var v;
for ( i = 301; i < 500; i++ ) {
Expand Down

0 comments on commit f6b4946

Please sign in to comment.