We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cefe3 commit 04a2c82Copy full SHA for 04a2c82
README.md
@@ -129,7 +129,7 @@ Examples:
129
* `Diff` becomes `InFirst` or `InSecond` if one the elements is empty
130
* `InFirst(a)+InFirst(b) -> InFirst(ab)`
131
* `InFirst(a)+InSecond(b) -> Diff(a,b)`
132
-* `InSecond(a)+InDiff(b,c) -> Diff(ab,c\)`
+* `InSecond(a)+InDiff(b,c) -> Diff(ab,c)`
133
* etc
134
135
### Diff'ing sequences:
0 commit comments