Skip to content

Commit

Permalink
Put backtick in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 31, 2023
1 parent fc15784 commit 1f145ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/upkeep.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ tidy_upkeep_checklist <- function(year = NULL,
),
todo(
"
`Run devtools::document()` to re-generate package-level help topic \\
Run `devtools::document()` to re-generate package-level help topic \\
with DESCRIPTION changes",
author_has_rstudio_email() || (posit_pkg && !posit_person_ok)
),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/upkeep.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* [ ] Update email addresses *@rstudio.com -> *@posit.co
* [ ] Update copyright holder in DESCRIPTION: `person("Posit Software, PBC", role = c("cph", "fnd"))`
* [ ] `Run devtools::document()` to re-generate package-level help topic with DESCRIPTION changes
* [ ] Run `devtools::document()` to re-generate package-level help topic with DESCRIPTION changes
* [ ] `usethis::use_tidy_logo()`
* [ ] `usethis::use_tidy_coc()`
* [ ] Use `pak::pak("OWNER/REPO")` in README
Expand Down

0 comments on commit 1f145ba

Please sign in to comment.