Skip to content

Commit

Permalink
Typo in readme. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Aug 4, 2023
1 parent efdb987 commit 1cd7a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1cd7a00

Please sign in to comment.