Merge pull request #70 from davideast/cd_reword

reword change detection paragraph.
This commit is contained in:
Alex Wolfe 2015-03-05 06:34:13 -08:00
commit 723419e888
1 changed files with 1 additions and 2 deletions

View File

@ -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.