hotfix: fixed typo in strings.lastIndex doc
parent
ce48284a93
commit
0cbe6967f2
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue