Skip to content

Commit 8c8bc52

Browse files
committed
docs(as_slide_computation): sync formula->comp special class rename
1 parent 62d76aa commit 8c8bc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ assert_sufficient_f_args <- function(f, ...) {
210210
#' place of `.y`, and `.ref_time_value` can be used in place of `.z`. This
211211
#' allows you to create very compact anonymous functions (lambdas) with up
212212
#' to three inputs. Functions created from formulas have a special class.
213-
#' Use `rlang::is_lambda()` to test for it.
213+
#' Use `inherits(fn, "epiprocess_slide_computation")` to test for it.
214214
#'
215215
#' If a **quosure**, in the case that `f` was not provided to the parent
216216
#' `epi[x]_slide` call and the `...` is interpreted as an expression for

0 commit comments

Comments
 (0)