Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 8, 2015
1 parent 8b533cc commit b9c74fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Loop/Events/ImmediateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function execute();
public function cancel();

/**
* Calls the callback associated with the timer.
* Calls the callback associated with the immediate.
*/
public function call();

Expand Down
2 changes: 1 addition & 1 deletion src/Promise/PromiseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function isRejected();
*
* @return mixed
*
* @throws \Icicle\Promise\Exception\UnresolvedException If the promise has not been resolved.
* @throws \Icicle\Promise\Exception\UnresolvedError If the promise has not been resolved.
*/
public function getResult();

Expand Down

0 comments on commit b9c74fa

Please sign in to comment.