Skip to content

Commit

Permalink
Update R/PipeOpTaskPreprocTorch.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Jan 23, 2024
1 parent 60e14e8 commit 0af2f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PipeOpTaskPreprocTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' @template param_id
#' @template param_param_vals
#' @param fn (`function` or `character(2)`)\cr
#' The preprocessing function. Should not modify its input in-place.
#' The preprocessing function. Must not modify its input in-place.
#' If it is a `character(2)`, the first element should be the namespace and thje second element the name.
#' @param packages (`character()`)\cr
#' The packages the preprocessing function depends on.
Expand Down

0 comments on commit 0af2f7a

Please sign in to comment.