Skip to content

Commit be8ae68

Browse files
small doc update
1 parent 3992d0f commit be8ae68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/PipeOpInfo.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#' information about the object will be printed.
2727
#'
2828
#' @section Input and Output Channels:
29-
#' `PipeOpInfo` has one input channel called "input", it can take any type of input (*).
30-
#' `PipeOpInfo` has one output channel called "output", it can take any type of output (*).
29+
#' `PipeOpInfo` has one input channel called "input", it can take any type of input (`*`).
30+
#' `PipeOpInfo` has one output channel called "output", it can take any type of output (`*`).
3131
#'
3232
#' @section State:
3333
#' The `$state` is left empty (`list()`).

man/mlr_pipeops_info.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)