Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 7, 2024
1 parent 8fc5a31 commit a6f08e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1450,13 +1450,13 @@ setReadOnly( ns, 'unarynd', require( './../../base/unarynd' ) );
setReadOnly( ns, 'unitspace', require( './../../base/unitspace' ) );

/**
* @name with
* @name arrayWith
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/array/base/with}
*/
setReadOnly( ns, 'with', require( './../../base/with' ) );
setReadOnly( ns, 'arrayWith', require( './../../base/with' ) );

/**
* @name zeroTo
Expand Down

0 comments on commit a6f08e1

Please sign in to comment.