Skip to content

Commit 7e7d42a

Browse files
committed
Auto-generated commit
1 parent acc569f commit 7e7d42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ import random = require( './index' );
125125
// The `factory` method returns a function which returns an array...
126126
{
127127
const fcn1 = random.factory( -10, 10 );
128-
fcn1( 10, ); // $ExpectType RandomArray
128+
fcn1( 10 ); // $ExpectType RandomArray
129129

130130
const fcn2 = random.factory();
131131
fcn2( 10, -10, 10 ); // $ExpectType RandomArray

0 commit comments

Comments
 (0)