Skip to content

Commit df98f3a

Browse files
committed
Better arg name
1 parent 88e6ed8 commit df98f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/method-ops.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ register_ops_bridge <- function(generic, signatures, env) {
7373
invisible()
7474
}
7575

76-
has_s3_method <- function(group, class, env) {
77-
!is.null(utils::getS3method(group, class, envir = env, optional = TRUE))
76+
has_s3_method <- function(generic, class, env) {
77+
!is.null(utils::getS3method(generic, class, envir = env, optional = TRUE))
7878
}
7979

8080
ops_bridge_class <- function(x) {

0 commit comments

Comments
 (0)