From 45d554a8f7adb989932173af8eb9cda1c6922347 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sat, 19 Jul 2014 14:44:16 -0700 Subject: [PATCH] Reword sentence in reconciliation docs --- docs/ref-08-reconciliation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-08-reconciliation.md b/docs/ref-08-reconciliation.md index 7256c1eb..3c6a2f87 100644 --- a/docs/ref-08-reconciliation.md +++ b/docs/ref-08-reconciliation.md @@ -85,7 +85,7 @@ The previous component is now operational. Its `render()` method is called and t ### Problematic Case -In order to do children reconciliation, React adopts a very naive approach. It goes over the list of children both at the same time and whenever there's a difference generates a mutation. +In order to do children reconciliation, React adopts a very naive approach. It goes over both lists of children at the same time and generates a mutation whenever there's a difference. For example if you add an element at the end: