summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2016-03-21 23:43:55 -0700
committerAlex Early <alexander.early@gmail.com>2016-03-21 23:43:55 -0700
commitb743fa716daf4c8431dfcf25d3459dc18bce2501 (patch)
tree7a816688167d69d612f5e73b4afbbae2301f56fa
parentfb4385ef8511e4abe0438a71c8f0f3e7260daaa5 (diff)
parent9347b17dde72708ebfb3ae1e620c09169e5d40dd (diff)
downloadasync-b743fa716daf4c8431dfcf25d3459dc18bce2501.tar.gz
Merge pull request #1075 from isayme/master
[DOC] remove unexpected backquote
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfa20fc..2524099 100644
--- a/README.md
+++ b/README.md
@@ -636,7 +636,7 @@ __Arguments__
* `arr` - An array to iterate over.
* `iteratee(item, callback)` - A truth test to apply to each item in the array
- in parallel. The iteratee is passed a `callback(err, truthValue)`` which must be
+ in parallel. The iteratee is passed a `callback(err, truthValue)` which must be
called with a boolean argument once it has completed.
* `callback(err, result)` - *Optional* A callback which is called as soon as any iteratee returns
`true`, or after all the iteratee functions have finished. Result will be