Skip to content

Commit a98917a

Browse files
committed
Merge pull request scrooloose#20 from linjunpop/master
the missing brace
2 parents 9c03bc0 + 383444b commit a98917a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/eruby.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ snippet rce
1010
snippet end
1111
<% end -%>${1}
1212
snippet for
13-
<% for ${2:item} in $1 %>
13+
<% for ${2:item} in ${1} %>
1414
${3}
1515
<% end %>
1616
snippet rp

0 commit comments

Comments
 (0)