Skip to content

Commit f6cac9e

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #6106 Reviewed-by: Athan Reines <[email protected]>
1 parent 0541591 commit f6cac9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/node_modules/@stdlib/console/docs/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ interface Namespace {
5353
* @throws provided collections must have the same length
5454
*
5555
* @example
56-
* var ns.logEach = require( '@stdlib/console/log-each' );
57-
*
5856
* var x = [ 1, 2, 3 ];
5957
* var y = [ 4, 5, 6 ];
6058
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ interface Namespace {
18101810
* @param N - number of indexed elements
18111811
* @param correction - degrees of freedom adjustment
18121812
* @param x - input array
1813-
* @param stride - stride length
1813+
* @param strideX - stride length
18141814
* @returns variance
18151815
*
18161816
* @example

0 commit comments

Comments
 (0)