From 909794b6e8942bae3eb22c7c0e1f261fe8c88850 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 7 Feb 2023 10:06:27 -0600 Subject: [PATCH] Tweak wording Fixes #1264 --- layers.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers.qmd b/layers.qmd index 33e8276..16bebc7 100644 --- a/layers.qmd +++ b/layers.qmd @@ -763,7 +763,7 @@ Each stat is a function, so you can get help in the usual way, e.g. `?stat_bin`. What do they have in common? 4. What variables does `stat_smooth()` compute? - What parameters control its behavior? + What arguments control its behavior? 5. In our proportion bar chart, we need to set `group = 1`. Why?