Update workflow-style.qmd (#1218)

line 221, "can" to "can't"
This commit is contained in:
yingxingwu 2023-01-05 00:45:26 -05:00 committed by GitHub
parent b4bde71f35
commit fc51a5f5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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