Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 23, 2023
1 parent 6c8b1c6 commit 4fa13b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/method-group.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group_generic_Math <- NULL
group_generic_Ops <- NULL
group_generic_Complex <- NULL
group_generic_Sumary <- NULL
group_generic_Summary <- NULL

on_load_define_group_generics <- function() {
group_generic_Math <<- new_generic("Math", "x")
Expand Down

0 comments on commit 4fa13b7

Please sign in to comment.