Skip to content

Commit f284872

Browse files
committed
Added missing = sign
Added missing assignment op. for kaleidoscope object.
1 parent f74afcf commit f284872

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
@@ -384,7 +384,7 @@ Heavily inspired by them as well:
384384
var kaleidoscopeColors = [];
385385
386386
// good
387-
var kaleidoscope {
387+
var kaleidoscope = {
388388
name: '..',
389389
lens: [],
390390
colors: []

0 commit comments

Comments
 (0)