Fixed typo in 13.4

A comment in the example of section 13.4 had 'unnecessary' spelled as 'unnessary'
This commit is contained in:
Ryan McBride
2015-07-04 10:48:44 -07:00
parent 70024df2c3
commit 13fe13bb37

View File

@@ -919,7 +919,7 @@
return name;
}
// bad - unnessary function call
// bad - unnecessary function call
function(hasName) {
const name = getName();