corrected strings.compare example
parent
b8d736f21d
commit
8c54fb636d
|
@ -15,9 +15,9 @@ _**Output data type:** Integer_
|
|||
```js
|
||||
import "strings"
|
||||
|
||||
compare(v: "a", t: "a")
|
||||
strings.compare(v: "a", t: "b")
|
||||
|
||||
// returns 0
|
||||
// returns -1
|
||||
```
|
||||
|
||||
#### Return values
|
||||
|
|
Loading…
Reference in New Issue