Skip to content

Commit 8965814

Browse files
committed
Fix broken links
1 parent ac31bd4 commit 8965814

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CREDITS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ E: davidnmfarrell@gmail.com
8686
N: David H. Adler
8787
E: dha@pobox.com
8888

89+
N: David M. Cawthon
90+
E: dmc00@fastmail.com
91+
8992
N: Dmitriy Olshevskiy
9093
E: olshevskiy87@bk.ru
9194

doc/Language/setbagmix.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,16 @@ 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<(|)|/routine/(|)>).
82+
equivalent ASCII version (like L<(elem)|/routine/(elem)> or L<(E<VERTICAL
83+
LINE>)|/routine/(|)>).
8384
8485
Most of the time, explicitly using C<Set> objects with these infixes is
8586
unnecessary. All of the infix operators will work on any objects of type
8687
L<Any|/type/Any> for its arguments (e.g., L<List|/type/List>,
8788
L<Array|/type/Array>, L<Mix|/type/Mix>, etc.) and coerce them to C<Set>
8889
where needed.
8990
90-
In some cases, if the type of an argument is a L<Bag/type/Bag>, the infix
91+
In some cases, if the type of an argument is a L<Bag|/type/Bag>, the infix
9192
operator will behave in a different but analogous way to the way it would
9293
behave with only C<Set> arguments.
9394

0 commit comments

Comments
 (0)