Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(docs): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jan 23, 2014
1 parent 7265ef7 commit 4494ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ class Scope implements Map {
* now that other code runs in that turn and sees stale values.
*
* You might call this function, for instance, from an event listener where,
* though the eventoccurredd, you need to wait for another event before you can
* though the event occurred, you need to wait for another event before you can
* perform something meaningful. You might schedule that other event,
* set a flag for the handler of the other event to recognize, etc. and then
* call this method to skip the digest this cycle. Note that you should call
Expand Down

0 comments on commit 4494ce7

Please sign in to comment.