File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/node_modules/@stdlib/array/docs/types Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,8 @@ interface Namespace {
675
675
*
676
676
* - If a `dtype` argument is not provided and `value`
677
677
*
678
- * - is a `number`, the default data type is the default real-valued floating-point data type.
678
+ * - is a number, the default data type is the default real-valued floating-point data type.
679
+ * - is a boolean, the default data type is the default boolean data type.
679
680
* - is a complex number object of a known complex data type, the data type is the same as the provided value.
680
681
* - is a complex number object of an unknown complex data type, the default data type is the default complex-valued floating-point data type.
681
682
* - is any other value type, the default data type is `'generic'`.
You can’t perform that action at this time.
0 commit comments