Skip to content

Commit 895b987

Browse files
committed
Fix Unicode character name
1 parent 8965814 commit 895b987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/setbagmix.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ one C<Set> is a subset of another C<Set>.
7979
8080
These infixes can be written using the UTF-8 character that represents the
8181
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/(|)>).
82+
equivalent ASCII version (like L<(elem)|/routine/(elem)> or
83+
L<(E<VERTICAL LINE>)|/routine/(|)>).
8484
8585
Most of the time, explicitly using C<Set> objects with these infixes is
8686
unnecessary. All of the infix operators will work on any objects of type

0 commit comments

Comments
 (0)