Skip to content

Commit 087759d

Browse files
committed
adds missing comma in documentation
1 parent d6bf529 commit 087759d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/ui-styling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NULL
66
#' Prettify R source code
77
#'
88
#' Performs various substitutions in all `.R` files in a package
9-
#' (code and tests). One can also (optionally) style `.Rmd` `.Rmarkdown` and/or
9+
#' (code and tests). One can also (optionally) style `.Rmd`, `.Rmarkdown` and/or
1010
#' `.Rnw` files (vignettes and readme) by changing the `filetype` argument.
1111
#' Carefully examine the results after running this function!
1212
#'

0 commit comments

Comments
 (0)