Skip to content

Commit

Permalink
Fix validate_version_bound typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Sep 30, 2024
1 parent 44e7095 commit 73cd78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' @noRd
validate_version_bound <- function(version_bound, x, na_ok = FALSE,
version_bound_arg = rlang::caller_arg(version_bound),
x_arg = rlang::caller_arg(version_bound)) {
x_arg = rlang::caller_arg(x)) {
if (is.null(version_bound)) {
cli_abort(
"{version_bound_arg} cannot be NULL",
Expand Down

0 comments on commit 73cd78b

Please sign in to comment.