Skip to content

Commit

Permalink
Improve str_detect documentation (#496)
Browse files Browse the repository at this point in the history
Fixes #489
  • Loading branch information
kylebutts committed Jan 19, 2023
1 parent 7413003 commit 65b218e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/detect.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' [boundary()]. An empty pattern, "", is equivalent to
#' `boundary("character")`.
#'
#' @param negate If `TRUE`, return non-matching elements.
#' @param negate If `TRUE`, inverts the resulting boolean vector.
#' @return A logical vector the same length as `string`/`pattern`.
#' @seealso [stringi::stri_detect()] which this function wraps,
#' [str_subset()] for a convenient wrapper around
Expand Down
2 changes: 1 addition & 1 deletion man/str_detect.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/str_starts.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/str_subset.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/str_which.Rd

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

0 comments on commit 65b218e

Please sign in to comment.