Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3834435

Browse files
committed
clarify intent
cc: @mtodd
1 parent 92bb768 commit 3834435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/javascripts/task_list.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ completePattern = ///
115115
# Useful when you need iterate over all items.
116116
itemPattern = ///
117117
^
118-
(?: # optional list prefix, consisting of
118+
(?: # optional prefix, consisting of
119119
\s* # optional leading whitespace
120120
(?:>\s*)* # zero or more blockquotes
121-
(?:[-+*]|(?:\d+\.)) # item indicator
121+
(?:[-+*]|(?:\d+\.)) # list item indicator
122122
)?
123123
\s* # optional whitespace prefix
124124
( # checkbox

0 commit comments

Comments
 (0)