Skip to content

Commit 65d800b

Browse files
committed
fix markup
1 parent 78c92fc commit 65d800b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Nil.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ that use a bare C<return> statement.
3636
In a list, C<Nil> takes the space of one value. Iterating a C<Nil>
3737
behaves like iteration of any non-iterable value, producing a sequence
3838
of one C<Nil>. (When you need the other meaning, the special value
39-
C<Empty|/type/Slip#Empty> is available to take no spaces when inserted into
39+
L<Empty|/type/Slip#Empty> is available to take no spaces when inserted into
4040
list, and to return no values when iterated.)
4141
4242
(1, Nil, 3).elems.say; # 3

0 commit comments

Comments
 (0)