Skip to content

Commit 6a4972c

Browse files
authored
Update index.d.ts
Signed-off-by: Harsh <[email protected]>
1 parent ee9c921 commit 6a4972c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanrss/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanrss/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type accumulator = ( x?: number, y?: number ) => number | null;
4242
*
4343
* r = accumulator( 2.0, 3.0 );
4444
* // returns 1.0
45-
*
45+
*
4646
* r = accumulator( 1.0, NaN );
4747
* // returns 1.0
4848
*

0 commit comments

Comments
 (0)