Skip to content

Commit

Permalink
Merge pull request #1624 from olivroy/patch-2
Browse files Browse the repository at this point in the history
Fix argument name typo
  • Loading branch information
rich-iannone authored Apr 19, 2024
2 parents a91321d + 210c9af commit 4da6952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ stop_if_not_gt_tbl_or_group <- function(data, call = caller_env()) {
if (!is_gt_tbl(data = data) && !is_gt_group(data = data)) {
cli::cli_abort(
"`data` must either be a `gt_tbl` or a `gt_group`, not {.obj_type_friendly {data}}.",
call = error_call
call = call
)
}
}
Expand Down

1 comment on commit 4da6952

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.