Spelling fix ("dagwood sandwhich") (#907)
This commit is contained in:
parent
cbedaab8ae
commit
59a5b116ed
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue