mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-07-28 11:02:20 +00:00
Fixed minor error in lume.set()'s README.md example
This commit is contained in:
@@ -130,7 +130,7 @@ Returns a copy of the `t` table with all the duplicate values removed. If
|
|||||||
`retainkeys` is true the table is not treated as an array and retains its
|
`retainkeys` is true the table is not treated as an array and retains its
|
||||||
original keys.
|
original keys.
|
||||||
```lua
|
```lua
|
||||||
lume.set({2, 1, 2, "cat", "cat"}) -- Returns {1, 2, cat}
|
lume.set({2, 1, 2, "cat", "cat"}) -- Returns {1, 2, "cat"}
|
||||||
```
|
```
|
||||||
|
|
||||||
### lume.filter(t, fn [, retainkeys])
|
### lume.filter(t, fn [, retainkeys])
|
||||||
|
Reference in New Issue
Block a user