Skip to content

Commit

Permalink
Merge pull request honza#312 from majjoha/master
Browse files Browse the repository at this point in the history
Fix stupid typo.
  • Loading branch information
iurifq committed Feb 26, 2014
2 parents 6890f2d + 190b3d4 commit de15458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/elixir.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ snippet case
end

snippet df
def ${1:name}, do: {2}
def ${1:name}, do: ${2}

snippet def
def ${1:name} do
Expand Down

0 comments on commit de15458

Please sign in to comment.