Skip to content

Commit 70bee88

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #6357 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 26df9b1 commit 70bee88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ interface Namespace {
954954
*
955955
* ## Notes
956956
*
957-
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a 'float32' input ndarray).
957+
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a `'float32'` input ndarray).
958958
*
959959
* @param x - input ndarray
960960
* @param value - scalar value

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ interface Namespace {
577577
*
578578
* ## Notes
579579
*
580-
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a 'float32' input ndarray).
580+
* - A `value` must be able to safely cast to the input ndarray data type. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a `'float32'` input ndarray).
581581
*
582582
* @param x - input ndarray
583583
* @param value - scalar value

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
@@ -2929,7 +2929,7 @@ interface Namespace {
29292929
*
29302930
* @param N - number of indexed elements
29312931
* @param x - input array
2932-
* @param stride - stride length
2932+
* @param strideX - stride length
29332933
* @returns range
29342934
*
29352935
* @example

0 commit comments

Comments
 (0)