fix(api_docs): slightly more accurate description of Dart overrideOnEventDone

This commit is contained in:
Yegor 2015-07-16 14:03:27 -07:00
parent fe3a55966d
commit a4915ad634
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class NgZone {
}
/**
* Sets the zone hook that is called immediately after the last turn in the
* current event completes. At this point Angular will no longer attempt to
* Sets the zone hook that is called immediately after the last turn in
* an event completes. At this point Angular will no longer attempt to
* sync the UI. Any changes to the data model will not be reflected in the
* DOM. {@link onEventDoneFn} is executed outside Angular zone.
*