Skip to content

Commit f0dccc8

Browse files
authored
Fix typo with backticks (#2580)
1 parent 6d6ebab commit f0dccc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: R/check.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#' @param build_args Additional arguments passed to `R CMD build`
4545
#' @param ... Additional arguments passed on to [pkgbuild::build()].
4646
#' @param vignettes If `FALSE`, do not build or check vignettes, equivalent to
47-
#' using `args = '--ignore-vignettes' and `build_args = '--no-build-vignettes'.
47+
#' using `args = '--ignore-vignettes'` and `build_args = '--no-build-vignettes'`.
4848
#' @param cleanup `r lifecycle::badge("deprecated")` See `check_dir` for details.
4949
#' @seealso [release()] if you want to send the checked package to
5050
#' CRAN.

Diff for: man/check.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)