Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltmann01 authored Nov 19, 2024
1 parent 96c0875 commit 6a87aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_issues.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a87aed

Please sign in to comment.