Skip to content

Commit

Permalink
docs: links
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jun 25, 2024
1 parent d59303c commit ce88325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Codomain.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Codomain = R6Class("Codomain", inherit = paradox::ParamSet,
#'
#' @param params (`list()`)\cr
#' Named list with which to initialize the codomain.
#' This argument is analogous to [ParamSet]'s `$initialize()` `params` argument.
#' This argument is analogous to [paradox::ParamSet]'s `$initialize()` `params` argument.
initialize = function(params) {

assert_list(params)
Expand Down
2 changes: 1 addition & 1 deletion man/Codomain.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce88325

Please sign in to comment.