diff --git a/website/src/content/blog/0.2.md b/website/src/content/blog/0.2.md index 3faaa5ac9..abbbe256c 100644 --- a/website/src/content/blog/0.2.md +++ b/website/src/content/blog/0.2.md @@ -642,9 +642,9 @@ rsx!( ### ⚡ Performance improvements -The measuring of nodes with special alignments, specially when there are a few nested will be faster than before because it now requires less phases. +The measuring of layout, specially when there are a few nested special alignments will be faster than before because it now requires less phases. -Incremental layout is now also more precise than before only remeasuring those nodes that have been truly affected by the UI changes. +Incremental layout is now also more precise than before, by remeasuring only those nodes that have been truly affected by the UI changes. ## 🖌️ Styling