Skip to content

Commit 550360b

Browse files
authored
fix docs typo value aesthetic value... -> aesthetic value should... (#3970)
1 parent 296eecb commit 550360b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/scale-.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ continuous_scale <- function(aesthetics, scale_name, palette, name = waiver(),
151151
#' @param na.translate Unlike continuous scales, discrete scales can easily show
152152
#' missing values, and do so by default. If you want to remove missing values
153153
#' from a discrete scale, specify `na.translate = FALSE`.
154-
#' @param na.value If `na.translate = TRUE`, what value aesthetic
155-
#' value should missing be displayed as? Does not apply to position scales
154+
#' @param na.value If `na.translate = TRUE`, what aesthetic value should the
155+
#' missing values be displayed as? Does not apply to position scales
156156
#' where `NA` is always placed at the far right.
157157
#' @keywords internal
158158
discrete_scale <- function(aesthetics, scale_name, palette, name = waiver(),

man/discrete_scale.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)