Skip to content

Commit

Permalink
Update Quotation.Rmd (#1733)
Browse files Browse the repository at this point in the history
minor spelling correction
  • Loading branch information
pearsonca authored Mar 18, 2023
1 parent 167100a commit 0cad6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ One way to think about these problems is to draw explicit parallels to quasiquot
dplyr::bind_rows(!!!dfs)
```
When used in this context, the behaviour of `!!!` is known as "spatting" in
When used in this context, the behaviour of `!!!` is known as "splatting" in
Ruby, Go, PHP, and Julia. It is closely related to `*args` (star-args) and
`**kwarg` (star-star-kwargs) in Python, which are sometimes called argument
unpacking.
Expand Down

0 comments on commit 0cad6e7

Please sign in to comment.