Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/index-crossref.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading