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 8965814 commit 895b987Copy full SHA for 895b987
doc/Language/setbagmix.pod6
@@ -79,8 +79,8 @@ one C<Set> is a subset of another C<Set>.
79
80
These infixes can be written using the UTF-8 character that represents the
81
function (like L<∈|/routine/∈>, or L<∪|/routine/∪>), or they can be written with an
82
-equivalent ASCII version (like L<(elem)|/routine/(elem)> or L<(E<VERTICAL
83
-LINE>)|/routine/(|)>).
+equivalent ASCII version (like L<(elem)|/routine/(elem)> or
+L<(E<VERTICAL LINE>)|/routine/(|)>).
84
85
Most of the time, explicitly using C<Set> objects with these infixes is
86
unnecessary. All of the infix operators will work on any objects of type
0 commit comments