Skip to content

Commit

Permalink
omitted kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Nov 16, 2023
1 parent ab02efd commit 0f43dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/library_call_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#' writeLines(code)
#' lint(
#' text = code,
#' library_call_linter()
#' linters = library_call_linter()
#' )
#'
#' # okay
Expand All @@ -58,7 +58,7 @@
#' writeLines(code)
#' lint(
#' text = code,
#' library_call_linter()
#' linters = library_call_linter()
#' )
#'
#' @evalRd rd_tags("library_call_linter")
Expand Down
4 changes: 2 additions & 2 deletions man/library_call_linter.Rd

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

0 comments on commit 0f43dba

Please sign in to comment.