diff --git a/Conditions.Rmd b/Conditions.Rmd index cfb3346bf..5fd69c960 100644 --- a/Conditions.Rmd +++ b/Conditions.Rmd @@ -774,7 +774,7 @@ my_log <- function(x, base = exp(1)) { } ``` -`my_log()` itself is not much shorter, but is a little more meangingful, and it ensures that error messages for bad arguments are consistent across functions. It yields the same interactive error messages as before: +`my_log()` itself is not much shorter, but is a little more meaningful, and it ensures that error messages for bad arguments are consistent across functions. It yields the same interactive error messages as before: ```{r, error = TRUE} my_log(letters)