Skip to content

Commit b4b0ca2

Browse files
KATANANDvendethiel
authored andcommitted
[coffeescript/en] undo wrong typo fix
1 parent b17800f commit b4b0ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffeescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ cubes = (math.cube num for num in list)
8787
# })();
8888

8989
foods = ['broccoli', 'spinach', 'chocolate']
90-
eat food for food in foods when food isn't 'chocolate'
90+
eat food for food in foods when food isnt 'chocolate'
9191
#=>foods = ['broccoli', 'spinach', 'chocolate'];
9292
#
9393
#for (_k = 0, _len2 = foods.length; _k < _len2; _k++) {

0 commit comments

Comments
 (0)