Skip to content

Commit 3c4b04e

Browse files
PlaneshifterNeerajpathak07
authored andcommitted
docs: add missing spaces
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: failed ---
1 parent 0c9e0fa commit 3c4b04e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/base/dcumaxabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The function accepts the following arguments:
210210
void stdlib_strided_dcumaxabs( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, double *Y, const CBLAS_INT strideY );
211211
```
212212

213-
#### stdlib_strided_dcumaxabs_ndarray(N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
213+
#### stdlib_strided_dcumaxabs_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
214214

215215
Computes the cumulative maximum absolute value of double-precision floating-point strided array elements using alternative indexing semantics.
216216

lib/node_modules/@stdlib/stats/base/dcumin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The function accepts the following arguments:
210210
void stdlib_strided_dcumin( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, double *Y, const CBLAS_INT strideY );
211211
```
212212

213-
#### stdlib_strided_dcumin_ndarray(N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
213+
#### stdlib_strided_dcumin_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
214214

215215
Computes the cumulative minimum of double-precision floating-point strided array elements using alternative indexing semantics.
216216

lib/node_modules/@stdlib/stats/base/dcuminabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The function accepts the following arguments:
210210
void stdlib_strided_dcuminabs( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, double *Y, const CBLAS_INT strideY );
211211
```
212212

213-
#### stdlib_strided_dcuminabs_ndarray(N, \*X, strideX, offsetX, \*Y, strideY, offsetY)
213+
#### stdlib_strided_dcuminabs_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
214214

215215
Computes the cumulative minumum absolute value of double-precision floating-point strided array elements using alternative indexing semantics.
216216

lib/node_modules/@stdlib/stats/base/scumax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The function accepts the following arguments:
210210
void stdlib_strided_scumax( const CBLAS_INT N, const float *X, const CBLAS_INT strideX, float *Y, const CBLAS_INT strideY );
211211
```
212212

213-
#### stdlib_strided_scumax_ndarray(N, \*X, strideX, offsetX, \*Y, strideY, offsetY)
213+
#### stdlib_strided_scumax_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
214214

215215
Computes the cumulative maximum of single-precision floating-point strided array elements using alternative indexing semantics.
216216

0 commit comments

Comments
 (0)