Skip to content

Commit 6424808

Browse files
microlyyutannihilation
authored andcommitted
Correct a spelling mistake in the documatation of continuous_scale (#3643)
* correct a spelling mistake in the documatation of continuous_scale
1 parent b480de8 commit 6424808

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/scale-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#' range \[0, 1]. This is always [scales::rescale()], except for
5050
#' diverging and n colour gradients (i.e., [scale_colour_gradient2()],
5151
#' [scale_colour_gradientn()]). The `rescaler` is ignored by position
52-
#' scales, which ways use [scales::rescale()].
52+
#' scales, which always use [scales::rescale()].
5353
#' @param oob One of:
5454
#' - Function that handles limits outside of the scale limits
5555
#' (out of bounds).

man/binned_scale.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/continuous_scale.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_gradient.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)