We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbd6a8 commit 0561ba6Copy full SHA for 0561ba6
UltiSnips/r.snippets
@@ -88,7 +88,7 @@ lapply(${1:list}, ${0:function})
88
endsnippet
89
90
snippet sapply "sapply function"
91
-lapply(${1:list}, ${0:function})
+sapply(${1:list}, ${0:function})
92
93
94
snippet vapply "vapply function"
0 commit comments