Skip to content

Commit 1bf66f9

Browse files
authored
chore: fix example and remove blank line
PR-URL: #12813 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 00cb1cb commit 1bf66f9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ type accumulator = ( x?: number ) => number | null;
4141
* @returns accumulator function
4242
*
4343
* @example
44-
* var nanmsumabs = require( '@stdlib/stats/incr/nanmsumabs' );
45-
*
4644
* var accumulator = incrnanmsumabs( 3 );
4745
*
4846
* var v = accumulator();

lib/node_modules/@stdlib/stats/incr/nanmsumabs/docs/types/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import incrnanmsumabs = require( './index' );
2020

21+
2122
// TESTS //
2223

2324
// The function returns an accumulator function...

0 commit comments

Comments
 (0)