From a548d62b1741d4594a0dee75c1c25da8b06b4b61 Mon Sep 17 00:00:00 2001 From: Randall Boyes <33524191+rdboyes@users.noreply.github.com> Date: Thu, 13 Feb 2025 08:53:12 -0500 Subject: [PATCH 1/2] Update scale-linewidth.R fixes a small typo --- R/scale-linewidth.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/scale-linewidth.R b/R/scale-linewidth.R index f9cec8856f..2a062e0e73 100644 --- a/R/scale-linewidth.R +++ b/R/scale-linewidth.R @@ -2,7 +2,7 @@ #' #' `scale_linewidth` scales the width of lines and polygon strokes. Due to #' historical reasons, it is also possible to control this with the `size` -#' aesthetic, but using `linewidth` is encourage to clearly differentiate area +#' aesthetic, but using `linewidth` is encouraged to clearly differentiate area #' aesthetics from stroke width aesthetics. #' #' @name scale_linewidth From a64515c6a0ddd8500e2263b61befb208a7dd5cc6 Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Thu, 13 Feb 2025 18:33:10 +0100 Subject: [PATCH 2/2] document --- man/scale_linewidth.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/scale_linewidth.Rd b/man/scale_linewidth.Rd index 2efb7378d3..ffce8ffa0f 100644 --- a/man/scale_linewidth.Rd +++ b/man/scale_linewidth.Rd @@ -119,7 +119,7 @@ breaks are given explicitly.} \description{ \code{scale_linewidth} scales the width of lines and polygon strokes. Due to historical reasons, it is also possible to control this with the \code{size} -aesthetic, but using \code{linewidth} is encourage to clearly differentiate area +aesthetic, but using \code{linewidth} is encouraged to clearly differentiate area aesthetics from stroke width aesthetics. } \examples{