Skip to content

Commit

Permalink
error message update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiyuC committed Dec 15, 2023
1 parent 1ee5839 commit 4601d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/count_bindings.R
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ set_denom_where <- function(e, denom_where) {
denom_where <- enquo(denom_where)

if (!(inherits(e, 'tplyr_layer') | inherits(e, 'tplyr_table'))) {
stop('Object type should be ', call.=FALSE)
stop('Object type should be either "tplyr_layer" or "tplyr_table"', call.=FALSE)
}

assert_that(is_logical_or_call(denom_where),
Expand Down

0 comments on commit 4601d34

Please sign in to comment.