Skip to content

Commit 73f71b8

Browse files
committed
add comma
1 parent f4127b8 commit 73f71b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/typesystem.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Values can become undefined at runtime via L<mixin|/language/operators#infix_but
4949
# OUTPUT«undefined␤»
5050
5151
To test for definedness call C<.defined>, use
52-
L<//|/language/operators#infix_//>
53-
L<with/without|/language/control#with,_orwith,_without> and
52+
L<//|/language/operators#infix_//>,
53+
L<with/without|/language/control#with,_orwith,_without> and
5454
L<signatures|/type/Signature#Constraining_Defined_and_Undefined_Values>
5555
5656
=head1 Type Declarators

0 commit comments

Comments
 (0)