Skip to content

Commit c68bdbf

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #7310 Closes: #7296 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 1955f0d commit c68bdbf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/zeros

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/zeros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var dt = arr.dtype;
5757

5858
The function accepts the following arguments:
5959

60-
- **dtype**: underlying [data type][@stdlib/ndarray/dtypes]. Must be a numeric [data type][@stdlib/ndarray/dtypes] or "generic".
60+
- **dtype**: underlying [data type][@stdlib/ndarray/dtypes]. Must be a numeric [data type][@stdlib/ndarray/dtypes] or "generic".
6161
- **shape**: array shape.
6262
- **order**: specifies whether an [ndarray][@stdlib/ndarray/base/ctor] is `'row-major'` (C-style) or `'column-major'` (Fortran-style).
6363

0 commit comments

Comments
 (0)