Skip to content

Commit

Permalink
Fix a broken link in functions.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrrhicPachyderm authored Sep 13, 2023
1 parent fbdebd8 commit 05ad309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ long_function_name <- function(a = "a long argument",
}
```

If a function argument can't fit on a single line, this is a sign you should rework the argument to keep it [short and sweet](https://design.tidyverse.org/def-short.html).
If a function argument can't fit on a single line, this is a sign you should rework the argument to keep it [short and sweet](https://design.tidyverse.org/defaults-short-and-sweet.html).

## `return()`

Expand Down

0 comments on commit 05ad309

Please sign in to comment.