Skip to content

Commit ba0a221

Browse files
committed
Singular
1 parent d1d618b commit ba0a221

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/check-doc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ check_doc_fields <- function(pkg = ".", fields = c("value", "examples")) {
101101
stats::setNames(missing, rep("*", length(missing)))
102102
))
103103
} else {
104-
cli::cli_inform(c("v" = "All Rd files have {.code \\{field}} sections."))
104+
cli::cli_inform(c("v" = "All Rd files have a {.code \\{field}} section."))
105105
}
106106
}
107107

tests/testthat/_snaps/check-doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
Code
1414
check_doc_fields(pkg)
1515
Message
16-
v All Rd files have `\value` sections.
17-
v All Rd files have `\examples` sections.
16+
v All Rd files have a `\value` section.
17+
v All Rd files have a `\examples` section.
1818

1919
# check_man works
2020

0 commit comments

Comments
 (0)