Skip to content

Commit 679d4bf

Browse files
committed
Fix default option value
1 parent 9b77f8d commit 679d4bf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/tools/unary/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/tools/unary/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var validate = require( './validate.js' );
4848
* @param {(Function|null)} [table.array] - function to invoke upon receiving an array-like object
4949
* @param {(Function|null)} [table.ndarray] - function to invoke upon receiving an ndarray-like object
5050
* @param {Options} [options] - options
51-
* @param {string} [options.output_dtype_policy='float'] - policy for determining the output array data type
51+
* @param {string} [options.output_dtype_policy='floating-point'] - policy for determining the output array data type
5252
* @throws {TypeError} first argument must be an object
5353
* @throws {TypeError} first argument must have valid table fields
5454
* @throws {Error} each table field value must be either a function or `null`

0 commit comments

Comments
 (0)