diff --git a/pipes.Rmd b/pipes.Rmd index 1bfc9bb..47d3193 100644 --- a/pipes.Rmd +++ b/pipes.Rmd @@ -118,7 +118,7 @@ bop( ``` Here the disadvantage is that you have to read from inside-out, from right-to-left, and that the arguments end up spread far apart (evocatively called the -[dagwood sandwhich](https://en.wikipedia.org/wiki/Dagwood_sandwich) problem). In short, this code is hard for a human to consume. +[Dagwood sandwich](https://en.wikipedia.org/wiki/Dagwood_sandwich) problem). In short, this code is hard for a human to consume. ### Use the pipe