Skip to content

Commit 77a43a9

Browse files
committed
Remove extra `
1 parent 73787ca commit 77a43a9

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
@@ -18,7 +18,7 @@ Operators of this type exist up to `<....`.
1818

1919
Here we encounter a new convention. While the `.` has represented an argument that will be put through both functions, the `~` represents an argument that goes straight to the outer function.
2020
```
21-
f <~. g = \x y -> f x (g y)`
21+
f <~. g = \x y -> f x (g y)
2222
```
2323
All permutations of up to 4 `~`s and `.`s where the symbols don't mix, the `~`s are ahead of the `.`s, with at least one `.` exist as operators.
2424

0 commit comments

Comments
 (0)