Skip to content

Commit cf7e041

Browse files
authored
Correct typo block_has_tag() -> block_has_tags() (#1623)
1 parent 0027d4d commit cf7e041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/block.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' A `roxy_block` represents a single roxygen2 block.
55
#'
66
#' The `block_*` functions provide a few helpers for common operations:
7-
#' * `block_has_tag(blocks, tags)`: does `block` contain any of these `tags`?
7+
#' * `block_has_tags(blocks, tags)`: does `block` contain any of these `tags`?
88
#' * `block_get_tags(block, tags)`: get all instances of `tags`
99
#' * `block_get_tag(block, tag)`: get single tag. Returns `NULL` if 0,
1010
#' throws warning if more than 1.

man/roxy_block.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)