Skip to content

Commit a4915ad

Browse files
committed
fix(api_docs): slightly more accurate description of Dart overrideOnEventDone
1 parent fe3a559 commit a4915ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/src/core/zone/ng_zone.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class NgZone {
8585
}
8686

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

0 commit comments

Comments
 (0)