From 0789c3185a0d67dca06176d2b4e4aac9373cac12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=BB=D1=8C=D0=BE?= Date: Tue, 30 Dec 2014 16:41:16 +0200 Subject: [PATCH] Update README.md Update times signature. Tried to be more exact and not confusing the map's callback with this "callback" --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5123e9751..efa80cb86 100644 --- a/README.md +++ b/README.md @@ -1508,7 +1508,8 @@ you would use with [`map`](#map). __Arguments__ * `n` - The number of times to run the function. -* `callback` - The function to call `n` times. +* `iterator` - The function to call `n` times. +* `callback` - see [`map`](#map) __Example__