From a4915ad634bbc06db488eaa04d7a3b5764556ad3 Mon Sep 17 00:00:00 2001 From: Yegor Date: Thu, 16 Jul 2015 14:03:27 -0700 Subject: [PATCH] fix(api_docs): slightly more accurate description of Dart overrideOnEventDone --- modules/angular2/src/core/zone/ng_zone.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/zone/ng_zone.dart b/modules/angular2/src/core/zone/ng_zone.dart index 917279dded..42f291198f 100644 --- a/modules/angular2/src/core/zone/ng_zone.dart +++ b/modules/angular2/src/core/zone/ng_zone.dart @@ -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. *