Skip to content

Commit 9cb7d73

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent b495e0b commit 9cb7d73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var dt = String( getDType( arr ) );
5656

5757
The function accepts the following arguments:
5858

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

lib/node_modules/@stdlib/ndarray/base/nulls/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Parameters
66
----------
77
dtype: string|DataType
8-
Underlying data type. Must be "generic".
8+
Underlying data type. Must be a "generic" data type.
99

1010
shape: ArrayLikeObject<integer>
1111
Array shape.

0 commit comments

Comments
 (0)