Skip to content

Commit

Permalink
Fixed sapply snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jung committed Apr 30, 2014
1 parent ebbd6a8 commit 0561ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/r.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lapply(${1:list}, ${0:function})
endsnippet

snippet sapply "sapply function"
lapply(${1:list}, ${0:function})
sapply(${1:list}, ${0:function})
endsnippet

snippet vapply "vapply function"
Expand Down

0 comments on commit 0561ba6

Please sign in to comment.