Skip to content

Commit f906d80

Browse files
authored
docs: remove dtype restriction
Signed-off-by: Athan <[email protected]>
1 parent eb15973 commit f906d80

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/min-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ var bool = ( out === y );
241241

242242
The method has the following parameters:
243243

244-
- **x**: input [ndarray][@stdlib/ndarray/ctor]. Must have a real-valued or generic [data type][@stdlib/ndarray/dtypes].
244+
- **x**: input [ndarray][@stdlib/ndarray/ctor].
245245
- **out**: output [ndarray][@stdlib/ndarray/ctor].
246246
- **options**: function options (_optional_).
247247
- **clbk**: callback function.

0 commit comments

Comments
 (0)