Skip to content

Commit fa98b40

Browse files
author
tcme
committed
manual semicolon insertion
1 parent 3c9222a commit fa98b40

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
@@ -132,7 +132,7 @@
132132
- If you don't know array length use Array#push.
133133

134134
```javascript
135-
var someStack = [],
135+
var someStack = [];
136136
137137
138138
// bad

0 commit comments

Comments
 (0)