diff --git a/README.Rmd b/README.Rmd index 244fc6d..3be997c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -56,7 +56,7 @@ my_old_fun("1") ### With ykwim: -ykwim helps to ensure that arguments meet are what you expect them to be. +ykwim helps to ensure that arguments are what you expect them to be. ```{r with-ykwim-ok} my_fun <- function(my_arg_name) { diff --git a/README.md b/README.md index eaa8022..ea18a0e 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,7 @@ my_old_fun("1") ### With ykwim: -ykwim helps to ensure that arguments meet are what you expect them to -be. +ykwim helps to ensure that arguments are what you expect them to be. ``` r my_fun <- function(my_arg_name) {