From d1c5a99989e07acb525f162a4826e00f0466d7d3 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Thu, 10 Oct 2024 14:25:41 +0300 Subject: [PATCH] Minor edit --- vignettes/articles/writing-custom-fns.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vignettes/articles/writing-custom-fns.Rmd b/vignettes/articles/writing-custom-fns.Rmd index d48b990a..e2492c16 100644 --- a/vignettes/articles/writing-custom-fns.Rmd +++ b/vignettes/articles/writing-custom-fns.Rmd @@ -119,7 +119,8 @@ create_custom_check("cstm_check_tbl_args", ) ``` -This adds an extra argument `extra_arg` to the custom check function formals as well as an example input check. +This adds an extra example argument `extra_arg` to the custom check function formals as well as an example input check to the top of the function body. + ```{r, code=readLines(r_path(hub_path, "cstm_check_tbl_args")), eval=FALSE} ```