Skip to content

Commit 13b838f

Browse files
authored
Add parentheses to mentions of binned_scale in scale-alpha and scale-viridis documentation (#4735)
1 parent ae44650 commit 13b838f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/scale-alpha.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' `scale_alpha()` is an alias for `scale_alpha_continuous()` since
66
#' that is the most common use of alpha, and it saves a bit of typing.
77
#'
8-
#' @param ... Other arguments passed on to [continuous_scale()], [binned_scale],
8+
#' @param ... Other arguments passed on to [continuous_scale()], [binned_scale()],
99
#' or [discrete_scale()] as appropriate, to control name, limits,
1010
#' breaks, labels and so forth.
1111
#' @param range Output range of alpha values. Must lie between 0 and 1.

R/scale-viridis.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @inheritParams scales::gradient_n_pal
1010
#' @inheritParams continuous_scale
1111
#' @param ... Other arguments passed on to [discrete_scale()],
12-
#' [continuous_scale()], or [binned_scale] to control name, limits, breaks,
12+
#' [continuous_scale()], or [binned_scale()] to control name, limits, breaks,
1313
#' labels and so forth.
1414
#' @param aesthetics Character string or vector of character strings listing the
1515
#' name(s) of the aesthetic(s) that this scale works with. This can be useful, for

man/scale_alpha.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_viridis.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)