Skip to content

Commit

Permalink
maybe fix error (end this please)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 28, 2023
1 parent cd98daf commit 502fbb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/geom_fit_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ GeomFitText <- ggplot2::ggproto(
#' Used Internally
#' @importFrom grid makeContent
#' @rdname makeContent.fittexttree
#' @param ftt Fittexttree, used internally.
#' @param x Fittexttree, used internally.
#' @export
makeContent.fittexttree <- function(ftt) {
makeContent.fittexttree <- function(x) {

# Extract data
data <- ftt$data
Expand Down
4 changes: 2 additions & 2 deletions man/makeContent.fittexttree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 502fbb9

Please sign in to comment.