Typo #12

Merged
madx merged 1 commits from patch-1 into testling 2014-07-15 10:43:17 -05:00

View File

@@ -29,7 +29,7 @@ tape("test forEachEls on an array", function(t) {
t.end()
})
tape("test forEachEls on an NodeList", function(t) {
tape("test forEachEls on a NodeList", function(t) {
div.innerHTML = "div tag"
span.innerHTML = "span tag"