Skip to content

Commit

Permalink
Update z03-data-binding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfe2 authored Jun 13, 2016
1 parent 5c2fe29 commit 2814127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions z03-data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ nextrects.enter().append('rect'); // adds one element

## Transitions `selection.transition()`

The key function <isindex></isindex> also important in case parts of our objects change -- if we
The key function is also important in case parts of our objects change -- if we
change a count, then we can update the appropriate element without having to
delete and re-add the element, we can update it in place.

Expand Down Expand Up @@ -477,4 +477,4 @@ mostly build on what we've already shown.
</a>


<script type="text/javascript" src="{{ "/javascripts/data-binding.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ "/javascripts/data-binding.js" | prepend: site.baseurl }}"></script>

0 comments on commit 2814127

Please sign in to comment.