From 6a87aed69013e89de10644149c8f57ef8ba56cf8 Mon Sep 17 00:00:00 2001 From: Beni Altmann <100207206+Baltmann01@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:46:02 +0100 Subject: [PATCH] Fixed typo --- docs_issues.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_issues.qmd b/docs_issues.qmd index 032dec7..3c790ac 100644 --- a/docs_issues.qmd +++ b/docs_issues.qmd @@ -35,7 +35,7 @@ Sometimes functions don't return one specific value but are rather called for th \value{No return value, called for side effects} ``` -When using 'roxygen' to render the .Rd-files, an `@return`-tag must be added in the corresponding .R-file. This will create the `\value`-tag automatically when rendering. +When using 'roxygen2' to render the .Rd-files, an `@return`-tag must be added in the corresponding .R-file. This will create the `\value`-tag automatically when rendering. ``` default #' @return What your function returns.