Skip to content

Commit

Permalink
Fix a typo (#3730)
Browse files Browse the repository at this point in the history
* Fix a typo

* Fix one more typo

Fix #3737
  • Loading branch information
yutannihilation committed Jan 16, 2020
1 parent 5a686c3 commit 214f314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

0 comments on commit 214f314

Please sign in to comment.