Skip to content

Commit

Permalink
Correct a spelling mistake in the documatation of continuous_scale (#…
Browse files Browse the repository at this point in the history
…3643)

* correct a spelling mistake in the documatation of continuous_scale
  • Loading branch information
microly authored and yutannihilation committed Nov 27, 2019
1 parent b480de8 commit 6424808
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
Expand Up @@ -49,7 +49,7 @@
#' range \[0, 1]. This is always [scales::rescale()], except for
#' diverging and n colour gradients (i.e., [scale_colour_gradient2()],
#' [scale_colour_gradientn()]). The `rescaler` is ignored by position
#' scales, which ways use [scales::rescale()].
#' scales, which always use [scales::rescale()].
#' @param oob One of:
#' - Function that handles limits outside of the scale limits
#' (out of bounds).
Expand Down
2 changes: 1 addition & 1 deletion man/binned_scale.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/continuous_scale.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/scale_gradient.Rd

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

0 comments on commit 6424808

Please sign in to comment.