From f4c17978b797e970bdbbac2372e15ab70c9659b7 Mon Sep 17 00:00:00 2001 From: Jonathan Kennel Date: Fri, 15 Dec 2023 06:22:56 -0500 Subject: [PATCH] Update dots-data.qmd --- dots-data.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots-data.qmd b/dots-data.qmd index c9b2a8a..93be45f 100644 --- a/dots-data.qmd +++ b/dots-data.qmd @@ -39,7 +39,7 @@ In general, I think it is best to avoid using `...` for this purpose because it mean(1, 2, 3) ``` - (See Chapter @sec-dots-after-required to learn why this doesn't give an error message.) + (See @sec-dots-after-required to learn why this doesn't give an error message.) - It makes it harder to adapt the function for new uses. For example, `fct_relevel()` can also be called with a function: