File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/node_modules/@stdlib/random/tools/unary-factory/lib Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,9 @@ var format = require( '@stdlib/string/format' );
54
54
* @param {string } options.order - default memory layout (either row-major or column-major)
55
55
* @throws {TypeError } first argument must be a function
56
56
* @throws {TypeError } first argument must have a `factory` method
57
- * @throws {TypeError } second argument must be an array of strings
58
- * @throws {TypeError } third argument must be an object
57
+ * @throws {TypeError } second argument must be an array of supported data types
58
+ * @throws {TypeError } third argument must be an array of supported data types
59
+ * @throws {TypeError } fourth argument must be an object
59
60
* @throws {TypeError } must provide valid options
60
61
* @returns {Function } function which returns a function for creating arrays
61
62
*
You can’t perform that action at this time.
0 commit comments