Skip to content

Commit 4649cde

Browse files
committed
Fix documentation mistake
1 parent 875d5a6 commit 4649cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Using the convention we just introduced above, you might be able to guess what t
2828
```
2929
f ~$ y = \x -> f x y
3030
```
31-
`~$` is actually the familiar `flip` function in operator form! These operators exist up to `~~~~$`.
31+
`~$` is actually the familiar `flip` function in operator form! These operators exist up to 3 `~`s.
3232

3333
# Composability
3434

0 commit comments

Comments
 (0)