Skip to content

Commit

Permalink
Merge pull request #36 from kylebutts/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
clauswilke authored Feb 28, 2024
2 parents 09d71ab + 69fb0c3 commit 391684c
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 391684c

Please sign in to comment.