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 6, 2024
1 parent f48ca72 commit f5f0acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion base/last-index-of/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var idx = lastIndexOf( x, 7, 5, false );
// returns -1
```

To begin searching from specific index, provide a `fromIndex` argument.
To begin searching from a specific index, provide a corresponding `fromIndex` argument.

```javascript
var x = [ 1, 1, 2, 1, 2, 3, 3 ];
Expand Down

0 comments on commit f5f0acd

Please sign in to comment.