From f1c67244e73c9a706e7aff30fbc4e7641fa07c5e Mon Sep 17 00:00:00 2001 From: Tom <91833656+tommarshall2@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:57:24 +0800 Subject: [PATCH] Minor typo fix --- vignettes/index-crossref.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/index-crossref.Rmd b/vignettes/index-crossref.Rmd index 98a7ad4bd..28201b01f 100644 --- a/vignettes/index-crossref.Rmd +++ b/vignettes/index-crossref.Rmd @@ -22,7 +22,7 @@ This vignette discusses tags that help users finding documentation through cross ## See also -`@seealso` allows you to point to other useful resources, either on the web (using a url) or to related functions (with a function link like `[function_name()])`. +`@seealso` allows you to point to other useful resources, either on the web (using a url) or to related functions (with a function link like `[function_name()]`). For `sum()`, this might look like: ```{r}