Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebutts authored Feb 28, 2024
1 parent 09d71ab commit 69fb0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/textbox-grob.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ textbox_grob <- function(text, x = NULL, y = NULL,
width_policy <- "native"
word_wrap <- FALSE
} else {
width_policy <- "relativce"
width_policy <- "relative"
word_wrap <- TRUE
}

Expand Down

0 comments on commit 69fb0c3

Please sign in to comment.