Skip to content

Commit

Permalink
don't change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eutwt committed Sep 4, 2021
1 parent 2f36036 commit 4ccb61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/count.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ check_name <- function(name, vars) {
))
}
} else if (!is_string(name)) {
abort("`name` must be a single string.")
abort("`name` must be a string")
}

name
Expand Down

0 comments on commit 4ccb61a

Please sign in to comment.