Update workflow-style.qmd (#1074)

Small fix.
This commit is contained in:
Y. Yu
2022-08-18 08:53:47 -04:00
committed by GitHub
parent 75c4f8f36b
commit ebf42efde8

View File

@@ -109,7 +109,7 @@ flights |>
## Pipes {#sec-pipes}
`|>` should always have a space before it and should typically be the last thing on a line.
This makes makes it easier to add new steps, rearrange existing steps, modify elements within a step, and to get a 50,000 ft view by skimming the verbs on the left-hand side.
This makes it easier to add new steps, rearrange existing steps, modify elements within a step, and to get a 50,000 ft view by skimming the verbs on the left-hand side.
```{r}
#| eval: false