Skip to content

Commit

Permalink
Reword sentence in reconciliation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Jul 19, 2014
1 parent c419cce commit 9371224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ref-08-reconciliation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9371224

Please sign in to comment.