From e068ba47a254cacaa9e5fc9dd13dee2258e48d38 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Mon, 29 Feb 2016 17:58:29 -0800 Subject: [PATCH] Fix a typo in comparison.md The new text ("suffers from the same performance issues as Angular") sounds a bit more natural than the previous version. --- src/guide/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/comparison.md b/src/guide/comparison.md index bf12cb7a9d..4bf3bb057c 100644 --- a/src/guide/comparison.md +++ b/src/guide/comparison.md @@ -72,4 +72,4 @@ Riot 2.0 provides a similar component-based development model (which is called a - A far-more powerful router (Riot’s routing API is just way too minimal) - More mature tooling support (see webpack + vue-loader) - Transition effect system (Riot has none) -- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues with Angular.) +- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues as Angular.)