diff --git a/workflow-style.qmd b/workflow-style.qmd index f9d6959..566afff 100644 --- a/workflow-style.qmd +++ b/workflow-style.qmd @@ -218,7 +218,7 @@ flights |> geom_line() ``` -Again, if you can fit all of the arguments to a function on to a single line, put each argument on its own line: +Again, if you can't fit all of the arguments to a function on to a single line, put each argument on its own line: ```{r} #| eval: false