Skip to content

Commit 58fef0d

Browse files
committed
Fix theme_segment deprecation message
1 parent ee45226 commit 58fef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme-elements.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ theme_line <- function(...) {
125125
#' @rdname theme_blank
126126
#' @export
127127
theme_segment <- function(...) {
128-
gg_dep("0.9.1", "theme_segment is deprecated. Use 'element_segment' instead.")
128+
gg_dep("0.9.1", "theme_segment is deprecated. Use 'element_line' instead.")
129129
element_line(...)
130130
}
131131

0 commit comments

Comments
 (0)