Skip to content

Commit 7f68e38

Browse files
invert cto correct
1 parent 51325d8 commit 7f68e38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/fixed_regex_linter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#' likely cases. It should _never_ report false positives, however; please
1111
#' report false positives as an error.
1212
#'
13-
#' @param allow_unescaped Logical, default `FALSE`. If `TRUE`, patterns that do not
14-
#' require regex escapes (e.g. `"\\$"` or `"[$]"` will not be linted. See examples.
13+
#' @param allow_unescaped Logical, default `FALSE`. If `TRUE`, only patterns that
14+
#' require regex escapes (e.g. `"\\$"` or `"[$]"`) will be linted. See examples.
1515
#' @examples
1616
#' # will produce lints
1717
#' code_lines <- 'gsub("\\\\.", "", x)'

man/fixed_regex_linter.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)