Skip to content

Commit 95be32b

Browse files
committed
fix dumb mistake
1 parent d471a11 commit 95be32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grob-null.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ drawDetails.zeroGrob <- function(x, recording) {}
2626
is_zero <- function(x) is.null(x) || inherits(x, "zeroGrob")
2727

2828
is.zero <- function(x) {
29-
deprecate_warn("4.0.0", "is.zero()", "is_zero()")
29+
deprecate_warn0("4.0.0", "is.zero()", "is_zero()")
3030
is_zero(x)
3131
}

0 commit comments

Comments
 (0)