From 59a5b116ed82152374af3db6554455100406f967 Mon Sep 17 00:00:00 2001 From: hendrikweisser Date: Mon, 8 Feb 2021 17:32:01 +0000 Subject: [PATCH] Spelling fix ("dagwood sandwhich") (#907) --- pipes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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