Skip to content

Commit 56fc629

Browse files
committed
fix typos
1 parent ced7c9f commit 56fc629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/List.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Slurpy parameters (C<*@a>) flatten non-itemized sublists:
6565
say fe(<a b>, <d e>.item); # 3
6666
6767
<|(),empty list>
68-
The emtpy list is created with C<()>. Smartmatching against the empty list will
69-
check for the absense of elements.
68+
The empty list is created with C<()>. Smartmatching against the empty list will
69+
check for the absence of elements.
7070
7171
my @a;
7272
for @a, @a.list, @a.Seq -> \listoid {

0 commit comments

Comments
 (0)