We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37fbde commit cebd653Copy full SHA for cebd653
lib/node_modules/@stdlib/array/base/filled4d-by/README.md
@@ -40,7 +40,7 @@ limitations under the License.
40
var filled4dBy = require( '@stdlib/array/base/filled4d-by' );
41
```
42
43
-#### filled4dBy( len, clbk\[, thisArg] )
+#### filled4dBy( shape, clbk\[, thisArg] )
44
45
Returns a filled four-dimensional nested array according to a provided callback function.
46
0 commit comments