mirror of
https://github.com/TangentFoxy/lume.git
synced 2025-07-28 02:52:21 +00:00
Missing '.' in README
This commit is contained in:
@@ -253,7 +253,7 @@ lume.invert({a = "x", b = "y"}) -- returns {x = "a", y = "b"}
|
|||||||
```
|
```
|
||||||
|
|
||||||
### lume.pick(t, ...)
|
### lume.pick(t, ...)
|
||||||
Returns a copy of the table filtered to only contain values for the given keys
|
Returns a copy of the table filtered to only contain values for the given keys.
|
||||||
```lua
|
```lua
|
||||||
lume.pick({ a = 1, b = 2, c = 3 }, "a", "c") -- Returns { a = 1, c = 3 }
|
lume.pick({ a = 1, b = 2, c = 3 }, "a", "c") -- Returns { a = 1, c = 3 }
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user