Skip to content

Commit

Permalink
fix typo in geom_boxplot comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed May 9, 2019
1 parent 3b69172 commit 198bf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom-boxplot.r
Expand Up @@ -159,7 +159,7 @@ geom_boxplot <- function(mapping = NULL, data = NULL,
#' @export
GeomBoxplot <- ggproto("GeomBoxplot", Geom,

# need to declare `width`` here in case this geom is used with a stat that
# need to declare `width` here in case this geom is used with a stat that
# doesn't have a `width` parameter (e.g., `stat_identity`).
extra_params = c("na.rm", "width"),

Expand Down

0 comments on commit 198bf7a

Please sign in to comment.