mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Small fix to iteratee functions
README section
This commit is contained in:
parent
685b7dc9c4
commit
63e6d1daed
@ -439,7 +439,7 @@ lume.map(t, "z") -- Returns { "cat", "dog", "owl" }
|
||||
|
||||
If the argument is a `table` then each value will return `true` or `false`,
|
||||
depending on whether the values at each of the table's keys match the
|
||||
collection's value's keys.
|
||||
collection's value's values.
|
||||
```lua
|
||||
local t = {
|
||||
{ age = 10, type = "cat" },
|
||||
|
Loading…
Reference in New Issue
Block a user