Skip to content

Commit 1d4c372

Browse files
committed
Closed highlighting section with missing {% endhighlight %}.
1 parent 9c9df33 commit 1d4c372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapters/math/random-integer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ randomInt = (lower, upper=0) ->
2525

2626
(randomInt(1, 10) for i in [0...10])
2727
# => [7,3,9,1,8,5,4,10,10,8]
28+
{% endhighlight %}
2829

2930
## Discussion
3031

0 commit comments

Comments
 (0)