Skip to content

Commit 04a0cdc

Browse files
authored
docs: fix dtype guidance
Signed-off-by: Athan <[email protected]>
1 parent b545862 commit 04a0cdc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/nanmean

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/nanmean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The function has the following parameters:
7575
The function accepts the following options:
7676

7777
- **dims**: list of dimensions over which to perform a reduction. If not provided, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
78-
- **dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. Must be a real-valued or "generic" [data type][@stdlib/ndarray/dtypes].
78+
- **dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. Must be a real-valued floating-point or "generic" [data type][@stdlib/ndarray/dtypes].
7979
- **keepdims**: boolean indicating whether the reduced dimensions should be included in the returned [ndarray][@stdlib/ndarray/ctor] as singleton dimensions. Default: `false`.
8080

8181
By default, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor]. To perform a reduction over specific dimensions, provide a `dims` option.

0 commit comments

Comments
 (0)