Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanThoma committed Nov 27, 2024
1 parent d692333 commit 1a5ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/template/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ link::auto()

Please use the `link` package to automatically link packages and functions.
To link to a package (e.g. `dplyr`) simply wrap it in curly braces {dplyr}.
To link a function (e.g. `filter` from `dplyr`) simply write dpylr::filter().
To link a function (e.g. `filter` from `dplyr`) simply write dplyr::filter().
For more information check out {link}.


Expand Down

0 comments on commit 1a5ed4f

Please sign in to comment.