From f1f9c5d1f50ea77fb901fc68e1f8289420c01828 Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Wed, 4 Mar 2015 23:36:59 -0800 Subject: [PATCH] reword change detection paragraph. --- public/features.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/features.jade b/public/features.jade index 5ebdde851d..19da6d2bda 100644 --- a/public/features.jade +++ b/public/features.jade @@ -47,8 +47,7 @@ h3.text-headline.text-uppercase Speed & Performance p.text-body. Change detection is now 5x faster, - thanks to internal change detection - that's been tuned for top performance in modern JavaScript engines. + thanks to tunings for modern JavaScript engines. If you use data structures that imply change guarantees (like immutables and observables), Angular 2 can use those guarantees to speed up your application.