From 9dc507c5283f486625d87978d923e359df350aac Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Tue, 23 Jan 2024 12:46:25 +0100 Subject: [PATCH] Update R/PipeOpTaskPreprocTorch.R --- R/PipeOpTaskPreprocTorch.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/PipeOpTaskPreprocTorch.R b/R/PipeOpTaskPreprocTorch.R index 7e819448..c10eb911 100644 --- a/R/PipeOpTaskPreprocTorch.R +++ b/R/PipeOpTaskPreprocTorch.R @@ -427,7 +427,7 @@ create_ps = function(fn) { #' The parameter set. #' If this is left as `NULL` (default) the parameter set is inferred in the following way: #' All parameters but the first and `...` of `fn` are set as untyped parameters with tags 'train' and those that -#' have nod default value are tagged as 'required' as well. +#' have no default value are tagged as 'required' as well. #' Default values are not annotated. #' @param parent_env (`environment`)\cr #' The parent environment for the R6 class.