Skip to content

Commit ea68755

Browse files
Fix docs typo infitite -> infinite (#3889)
1 parent 781204d commit ea68755

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

R/scale-.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#' - The default ([scales::censor()]) replaces out of
5757
#' bounds values with `NA`.
5858
#' - [scales::squish()] for squishing out of bounds values into range.
59-
#' - [scales::squish_infinite()] for squishing infitite values into range.
59+
#' - [scales::squish_infinite()] for squishing infinite values into range.
6060
#' @param na.value Missing values will be replaced with this value.
6161
#' @param trans For continuous scales, the name of a transformation object
6262
#' or the object itself. Built-in transformations include "asn", "atanh",

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_binned.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_continuous.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_date.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.

man/scale_size.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_steps.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)