Skip to content

Commit 9d5379d

Browse files
committed
docs: fix description
Ref: 0737d84
1 parent 23aef95 commit 9d5379d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/with/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/with/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function hasMethod( obj, method ) {
5151
// MAIN //
5252

5353
/**
54-
* Return a new array with the element at the specified index replaced with a provided value.
54+
* Returns a new array with the element at the specified index replaced with a provided value.
5555
*
5656
* @param {Collection} x - input array
5757
* @param {integer} index - element index

0 commit comments

Comments
 (0)