Skip to content

Commit 09ee69b

Browse files
committed
fix dumb mistake
1 parent 8e5d6e2 commit 09ee69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/labels.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ ylab <- function(label) {
219219
#' @rdname labs
220220
#' @export
221221
ggtitle <- function(label, subtitle = waiver()) {
222-
lifecycle::signal_stage("superseded", "ggtitle()", "labs(title, subtitle)")
222+
lifecycle::signal_stage("superseded", "ggtitle()", I("labs(title, subtitle)"))
223223
labs(title = label, subtitle = subtitle)
224224
}
225225

0 commit comments

Comments
 (0)