Skip to content

Commit

Permalink
one more doc comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Harris-Miller committed Jul 16, 2024
1 parent 7450be6 commit e39834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import always from './always.js';
* Returns a new copy of the array with the element at the provided index
* replaced with the given value.
*
* When `idx < 0 || idx >= list.length`, the original list is returned.
* When `idx < -list.length || idx >= list.length`, the original list is returned.
*
* @func
* @memberOf R
Expand Down

0 comments on commit e39834c

Please sign in to comment.