branch: elpa/yasnippet-snippets
commit d17a984429f80c3ea6cd26e8c01720346124f03c
Author: Ben Bellick <36523439+benbell...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Update reason-mode function snippet (#510)
---
 snippets/reason-mode/function | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/reason-mode/function b/snippets/reason-mode/function
index 293371e4a1..b310b5e3bc 100644
--- a/snippets/reason-mode/function
+++ b/snippets/reason-mode/function
@@ -2,4 +2,4 @@
 # name: function
 # key: func
 # --
-(${1:paramters}) -> $0
\ No newline at end of file
+(${1:paramters}) => $0

Reply via email to