Skip to content

Commit

Permalink
Remove extraneous backtick (#1505)
Browse files Browse the repository at this point in the history
Fixes #1504
  • Loading branch information
fangzhou-xie committed Feb 17, 2021
1 parent b4dabd3 commit d49c3e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/build-reference.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
#' environment, and loads source package with [pkgload::load_all()].
#' If `FALSE`, uses the installed version of the package.
#' @param document **Deprecated** Use `devel` instead.
#' @param topics Build only specified topics. If supplied, sets `lazy``
#' @param topics Build only specified topics. If supplied, sets `lazy`
#' and `preview` to `FALSE`.
#' @export
build_reference <- function(pkg = ".",
Expand Down
3 changes: 2 additions & 1 deletion man/build_reference.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/deploy_site_github.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d49c3e8

Please sign in to comment.