Skip to content

Commit aea4641

Browse files
Update numbers.qmd (#1761)
Minor typos have been fixed.
1 parent 75634dd commit aea4641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numbers.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ flights |>
741741
### With `mutate()`
742742

743743
As the names suggest, the summary functions are typically paired with `summarize()`.
744-
However, because of the recycling rules we discussed in @sec-recycling they can also be usefully paired with `mutate()`, particularly when you want do some sort of group standardization.
744+
However, because of the recycling rules we discussed in @sec-recycling they can also be paired usefully with `mutate()`, particularly when you want to do some sort of group standardization.
745745
For example:
746746

747747
- `x / sum(x)` calculates the proportion of a total.

0 commit comments

Comments
 (0)