Skip to content

Commit b0a364d

Browse files
committed
Missed a semicolon
1 parent b60970a commit b0a364d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
return bar;
869869
}
870870
871-
return baz
871+
return baz;
872872
873873
// bad
874874
var obj = {

0 commit comments

Comments
 (0)