Skip to content

Commit 05ea4fc

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/stats/nanmean/docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
Function options.
1313

1414
options.dtype: string (optional)
15-
Output array data type. Must be a real-valued or "generic" data type.
15+
Output array data type. Must be a real floating-point or "generic" data
16+
type.
1617

1718
options.dims: Array<integer> (optional)
1819
List of dimensions over which to perform a reduction. If not provided,

0 commit comments

Comments
 (0)