Skip to content

Commit 9e6ca98

Browse files
committed
fix an erroneous container -> tailor replace
1 parent a1d23f3 commit 9e6ca98

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

R/workflow.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#' Create a workflow
22
#'
33
#' @description
4-
#' A `workflow` is a tailor object that aggregates information required to
4+
#' A `workflow` is a container object that aggregates information required to
55
#' fit and predict from a model. This information might be a recipe used in
66
#' preprocessing, specified through [add_recipe()], or the model specification
7-
#' to fit, specified through [add_model()].
7+
#' to fit, specified through [add_model()], or a tailor used in postprocessing,
8+
#' specificied through [add_tailor()].
89
#'
910
#' The `preprocessor` and `spec` arguments allow you to add components to a
1011
#' workflow quickly, without having to go through the `add_*()` functions, such

man/workflow.Rd

Lines changed: 3 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)