Skip to content

Commit

Permalink
docs: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 14, 2023
1 parent b11f72a commit 6b9c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/base/zerosnd/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var fillednd = require( '@stdlib/array/base/fillednd' );
// MAIN //

/**
* Returns a zero-filled two-dimensional nested array.
* Returns a zero-filled n-dimensional nested array.
*
* @param {NonNegativeIntegerArray} shape - array shape
* @returns {Array} filled array
Expand Down

0 comments on commit 6b9c950

Please # to comment.