diff --git a/documentation/coffee/array_comprehensions.coffee b/documentation/coffee/array_comprehensions.coffee index fb4934bf..ddda9319 100644 --- a/documentation/coffee/array_comprehensions.coffee +++ b/documentation/coffee/array_comprehensions.coffee @@ -2,7 +2,4 @@ lunch: food.eat() for food in ['toast', 'cheese', 'wine']. # Zebra-stripe a table. -highlight(row) for row, i in table if i % 2 is 0. - -# Check the first one hundred combinations. -lockpick(combinations[i]) for i in [1..100]. \ No newline at end of file +highlight(row) for row, i in table if i % 2 is 0. \ No newline at end of file