Skip to content

Commit 2814127

Browse files
authored
Update z03-data-binding.md
1 parent 5c2fe29 commit 2814127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

z03-data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ nextrects.enter().append('rect'); // adds one element
308308

309309
## Transitions `selection.transition()`
310310

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

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

479479

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

0 commit comments

Comments
 (0)