Skip to content

Commit

Permalink
docs: update namespace TypeScript declaration comments
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#4335

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>
  • Loading branch information
2 people authored and Neerajpathak07 committed Jan 1, 2025
1 parent c9b2771 commit ffadfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/stats/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns range
*
* @example
Expand Down Expand Up @@ -4929,7 +4929,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns minimum absolute value
*
* @example
Expand Down Expand Up @@ -5051,7 +5051,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns range
*
* @example
Expand Down

0 comments on commit ffadfb4

Please sign in to comment.