Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d9ec995

Browse files
etsuoNarretz
authored andcommittedNov 23, 2015
docs($timeout): reword sentence for clarity
Closes #13302
1 parent fedafdc commit d9ec995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ng/timeout.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function $TimeoutProvider() {
3333
* @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise
3434
* will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
3535
* @param {...*=} Pass additional parameters to the executed function.
36-
* @returns {Promise} Promise that will be resolved when the timeout is reached. The value this
37-
* promise will be resolved with is the return value of the `fn` function.
36+
* @returns {Promise} Promise that will be resolved when the timeout is reached. The promise
37+
* will be resolved with the return value of the `fn` function.
3838
*
3939
*/
4040
function timeout(fn, delay, invokeApply) {

0 commit comments

Comments
 (0)
This repository has been archived.