Skip to content

Commit d17a984

Browse files
authored
Update reason-mode function snippet (#510)
1 parent 9205da0 commit d17a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/reason-mode/function

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: function
33
# key: func
44
# --
5-
(${1:paramters}) -> $0
5+
(${1:paramters}) => $0

0 commit comments

Comments
 (0)