Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 30, 2024
1 parent 1bcc0c7 commit bfb568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Learner.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ Learner = R6Class("Learner",
},

#' @field bundled (`logical(1)` or `NULL`)\cr
#' Indicates whether the model has been bundled (`TRUE`), unbudled (`FALSE`), or neither (`NULL`).
#' Indicates whether the model has been bundled (`TRUE`), unbundled (`FALSE`), or neither (`NULL`).
bundled = function(rhs) {
assert_ro_binding(rhs)
self$state$bundled
Expand Down
2 changes: 1 addition & 1 deletion man/Learner.Rd

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

0 comments on commit bfb568f

Please sign in to comment.