We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced7c9f commit 56fc629Copy full SHA for 56fc629
doc/Type/List.pod6
@@ -65,8 +65,8 @@ Slurpy parameters (C<*@a>) flatten non-itemized sublists:
65
say fe(<a b>, <d e>.item); # 3
66
67
<|(),empty list>
68
-The emtpy list is created with C<()>. Smartmatching against the empty list will
69
-check for the absense of elements.
+The empty list is created with C<()>. Smartmatching against the empty list will
+check for the absence of elements.
70
71
my @a;
72
for @a, @a.list, @a.Seq -> \listoid {
0 commit comments