Skip to content

Commit 694503f

Browse files
topepojuliasilge
andauthored
Update R/add_in.R
Co-authored-by: Julia Silge <julia.silge@gmail.com>
1 parent 3264cea commit 694503f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/add_in.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' `write_parsnip_specs()` starts a process in the RStudio IDE Viewer window
44
#' that allows users to write code for `parsnip` model specifications from
5-
#' various R packages. The new code are written to the current document at the
5+
#' various R packages. The new code is written to the current document at the
66
#' location of the cursor.
77
#'
88
#' @export
@@ -13,4 +13,3 @@ write_parsnip_specs <- function() {
1313
keep.source = FALSE
1414
)
1515
}
16-

0 commit comments

Comments
 (0)