Skip to content

Commit

Permalink
Minor rephrase in maintenance_evolution.Rmd (#847)
Browse files Browse the repository at this point in the history
Co-authored-by: Yanina Bellini Saibene <[email protected]>
  • Loading branch information
rffontenelle and yabellini authored Dec 13, 2024
1 parent 924b6b5 commit 2de6f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_evolution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ foo_bar(x = 5)
#> Error in foo_bar(x = 5) : use 'y' instead of 'x'
```

If you want to be more helpful, you could emit a warning but automatically take the necessary action:
If you want the function to be more helpful, you could change it to emit a warning but automatically take the necessary action:

```r
foo_bar <- function(x, y) {
Expand Down

0 comments on commit 2de6f03

Please sign in to comment.