Skip to content

Commit

Permalink
Add () missing from nonportable_path_linter() example (#2291)
Browse files Browse the repository at this point in the history
* missing ()

* Update nonportable_path_linter.Rd
  • Loading branch information
MichaelChirico authored Nov 17, 2023
1 parent 08d7396 commit 8f096fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/nonportable_path_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' # will produce lints
#' lint(
#' text = "'abcdefg/hijklmnop/qrst/uv/wxyz'",
#' linters = nonportable_path_linter
#' linters = nonportable_path_linter()
#' )
#'
#' # okay
Expand Down
2 changes: 1 addition & 1 deletion man/nonportable_path_linter.Rd

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

0 comments on commit 8f096fe

Please sign in to comment.