Skip to content

Commit

Permalink
Merge pull request #1263 from ieatfood/patch-1
Browse files Browse the repository at this point in the history
Documentation typo
  • Loading branch information
Hubert Argasinski committed Aug 5, 2016
2 parents 60dc3b6 + 7bccc95 commit 6f19a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/doWhilst.js
Expand Up @@ -19,8 +19,8 @@ import onlyOnce from './internal/onlyOnce';
* passes. The function is passed a `callback(err)`, which must be called once
* it has completed with an optional `err` argument. Invoked with (callback).
* @param {Function} test - synchronous truth test to perform after each
* execution of `iteratee`. Invoked with Invoked with the non-error callback
* results of `iteratee`.
* execution of `iteratee`. Invoked with the non-error callback results of
* `iteratee`.
* @param {Function} [callback] - A callback which is called after the test
* function has failed and repeated execution of `iteratee` has stopped.
* `callback` will be passed an error and any arguments passed to the final
Expand Down

0 comments on commit 6f19a8d

Please sign in to comment.