Skip to content

Commit

Permalink
docs($timeout): reword sentence for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
etsuo authored and Narretz committed Nov 23, 2015
1 parent fedafdc commit d9ec995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng/timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function $TimeoutProvider() {
* @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise
* will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
* @param {...*=} Pass additional parameters to the executed function.
* @returns {Promise} Promise that will be resolved when the timeout is reached. The value this
* promise will be resolved with is the return value of the `fn` function.
* @returns {Promise} Promise that will be resolved when the timeout is reached. The promise
* will be resolved with the return value of the `fn` function.
*
*/
function timeout(fn, delay, invokeApply) {
Expand Down

0 comments on commit d9ec995

Please sign in to comment.