hotfix: fixed typo in strings.lastIndex doc

pull/1132/head
Scott Anderson 2020-06-18 16:23:25 -06:00
parent ce48284a93
commit 0cbe6967f2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _**Output data type:** Integer_
```js
import "strings"
strings.lastIndex(v: "go gopher", t: "go")
strings.lastIndex(v: "go gopher", substr: "go")
// returns 3
```