Skip to content

Commit 13fe13b

Browse files
committed
Fixed typo in 13.4
A comment in the example of section 13.4 had 'unnecessary' spelled as 'unnessary'
1 parent 70024df commit 13fe13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@
919919
return name;
920920
}
921921
922-
// bad - unnessary function call
922+
// bad - unnecessary function call
923923
function(hasName) {
924924
const name = getName();
925925

0 commit comments

Comments
 (0)