Skip to content

Fix a typo #3730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/scale-.r
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ binned_scale <- function(aesthetics, scale_name, palette, name = waiver(),
#' position scales, only the continuous range is reset.
#'
#' - `map()` Map transformed data values to some output value as
#' determined by `self$rescale()` and `self$pallete` (except for position scales,
#' determined by `self$rescale()` and `self$palette` (except for position scales,
#' which do not use the default implementation of this method). The output corresponds
#' to the transformed data value in aesthetic space (e.g., a color, line width, or size).
#'
Expand Down
2 changes: 1 addition & 1 deletion R/theme-elements.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @description
#' In conjunction with the \link{theme} system, the `element_` functions
#' specify the display of how non-data components of the plot are a drawn.
#' specify the display of how non-data components of the plot are drawn.
#'
#' - `element_blank`: draws nothing, and assigns no space.
#' - `element_rect`: borders and backgrounds.
Expand Down
2 changes: 1 addition & 1 deletion man/element.Rd

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

2 changes: 1 addition & 1 deletion man/ggplot2-ggproto.Rd

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