Skip to content

Commit 0561ba6

Browse files
author
Felix Jung
committed
Fixed sapply snippet
1 parent ebbd6a8 commit 0561ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/r.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ lapply(${1:list}, ${0:function})
8888
endsnippet
8989

9090
snippet sapply "sapply function"
91-
lapply(${1:list}, ${0:function})
91+
sapply(${1:list}, ${0:function})
9292
endsnippet
9393

9494
snippet vapply "vapply function"

0 commit comments

Comments
 (0)