From a902522dd3109bc3e92e093880c91790434f2d7c Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Wed, 16 Nov 2016 15:57:32 -0600 Subject: [PATCH] docs(qq.jmd): invalid docs for qq.each iterable param #1689 [skip ci] --- docs/api/qq.jmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/qq.jmd b/docs/api/qq.jmd index bb4557a24..b62e23307 100644 --- a/docs/api/qq.jmd +++ b/docs/api/qq.jmd @@ -298,7 +298,7 @@ sure to wrap any elements before calling these methods on them. { "name": "iterable", "type": "Array or Object", - "description": "The context the function will assume." + "description": "The array or object containing items/properties to loop through." }, { "name": "callback",