Skip to content

Commit 84dcb5b

Browse files
committed
fix typo
1 parent 1a17849 commit 84dcb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/plot-construction.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ S7::method(`+`, list(class_theme, S7::class_any)) <- function(e1, e2) {
8282
if (getRversion() >= "4.3.0") {
8383
deprecate_soft0("4.0.0", I("<ggplot> %+% x"), I("<ggplot> + x"))
8484
}
85-
agg_gg(e1, e2)
85+
add_gg(e1, e2)
8686
}
8787

8888
add_ggplot <- function(p, object, objectname) {

0 commit comments

Comments
 (0)