Spelling fix ("dagwood sandwhich") (#907)

This commit is contained in:
hendrikweisser
2021-02-08 17:32:01 +00:00
committed by GitHub
parent cbedaab8ae
commit 59a5b116ed

View File

@@ -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