From b3c8efe9e5e6aa0144f5cc07e5feffc1df80445e Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Thu, 1 Feb 2024 19:30:30 +0100 Subject: [PATCH] Update R/PipeOp.R --- R/PipeOp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/PipeOp.R b/R/PipeOp.R index fd441b984..9ad8c004c 100644 --- a/R/PipeOp.R +++ b/R/PipeOp.R @@ -136,7 +136,7 @@ #' * `man` :: `character(1)`\cr #' Identifying string of the help page that shows with `help()`. #' * `properties` :: `character()`\cr -#' The properties that are this PipeOp has. See `mlr_reflections$pipeops$properties` for available values. +#' The properties that this PipeOp has. See `mlr_reflections$pipeops$properties` for available values. #' #' @section Methods: #' * `train(input)`\cr