Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 190b3d4

Browse files
committed
Fix stupid typo.
1 parent 6890f2d commit 190b3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/elixir.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ snippet case
5151
end
5252

5353
snippet df
54-
def ${1:name}, do: {2}
54+
def ${1:name}, do: ${2}
5555

5656
snippet def
5757
def ${1:name} do

0 commit comments

Comments
 (0)