mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Fixed even more typos in README.md
This commit is contained in:
parent
34b2013c71
commit
e40f51c811
@ -170,7 +170,7 @@ Splits the string `str` into words and returns a table of the sub strings. If
|
||||
`sep` is provided the string will be split at any of the characters in `sep`
|
||||
instead of on whitespace.
|
||||
```lua
|
||||
lume.split("One two three") -- Returns {"One", "two", "three}
|
||||
lume.split("One two three") -- Returns {"One", "two", "three"}
|
||||
```
|
||||
|
||||
### lume.trim(str [, chars])
|
||||
|
Loading…
Reference in New Issue
Block a user