diff --git a/R/roxygen.R b/R/roxygen.R index de1727b12..7822f4f90 100644 --- a/R/roxygen.R +++ b/R/roxygen.R @@ -42,7 +42,7 @@ use_roxygen_md <- function(overwrite = FALSE) { the conversion process." )) } - ui_bullets(c("v" = "Run {.run devtools::document()} when you're done.")) + ui_bullets(c("_" = "Run {.run devtools::document()} when you're done.")) return(invisible()) } diff --git a/R/tibble.R b/R/tibble.R index abb00b5fb..280df9259 100644 --- a/R/tibble.R +++ b/R/tibble.R @@ -13,7 +13,7 @@ #' * Prepare the roxygen directive necessary to import at least one function #' from tibble: #' - If possible, the directive is inserted into existing package-level -#' documentation, i.e. the roxygen snippet created by [use_package_doc()] +#' documentation, i.e. the roxygen snippet created by [use_package_doc()] #' - Otherwise, we issue advice on where the user should add the directive #' #' This is necessary when your package returns a stored data object that has diff --git a/man/use_tibble.Rd b/man/use_tibble.Rd index ebd499e6a..3d1388e36 100644 --- a/man/use_tibble.Rd +++ b/man/use_tibble.Rd @@ -20,7 +20,7 @@ object with class \code{tbl_df}. Specifically: from tibble: \itemize{ \item If possible, the directive is inserted into existing package-level -documentation, i.e. the roxygen snippet created by \code{\link[=use_package_doc]{use_package_doc()}} +documentation, i.e. the roxygen snippet created by \code{\link[=use_package_doc]{use_package_doc()}} \item Otherwise, we issue advice on where the user should add the directive } }