Skip to content

Commit fb991e3

Browse files
bstashchukljharb
andauthored
Update README.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent 7f0d973 commit fb991e3

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
@@ -1658,7 +1658,7 @@ Other Style Guides
16581658
bar = 10; // bar will appear in the global scope
16591659
}
16601660
1661-
foo()
1661+
foo();
16621662
console.log(bar); // 10
16631663
16641664
// good

0 commit comments

Comments
 (0)