8000
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.
2 parents 04a5c0b + 24eef0e commit f51f0deCopy full SHA for f51f0de
overviews/collections/sets.md
@@ -48,8 +48,8 @@ For example
48
| **Binary Operations:** | |
49
| `xs & ys` |The set intersection of `xs` and `ys`. |
50
| `xs intersect 66FB ys` |Same as `xs & ys`. |
51
-| `xs | ys` |The set union of `xs` and `ys`. |
52
-| `xs union ys` |Same as `xs | ys`. |
+| <code>xs | ys</code> |The set union of `xs` and `ys`. |
+| `xs union ys` |Same as <code>xs | ys</code>. |
53
| `xs &~ ys` |The set difference of `xs` and `ys`. |
54
| `xs diff ys` |Same as `xs &~ ys`. |
55
0 commit comments