From 63e6d1daed23a6ac8d4304fbbc6cf554e7073033 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 14 Feb 2015 16:09:43 +0000 Subject: [PATCH] Small fix to `iteratee functions` README section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0bb880..616363a 100644 --- a/README.md +++ b/README.md @@ -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" },