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 5f5a4a6 commit 492896fCopy full SHA for 492896f
doc/Language/subscripts.pod6
@@ -678,7 +678,7 @@ to that attribute (using a custom type constraint to make sure users don't
678
insert anything invalid into it):
679
680
=begin code :skip-test
681
- class HTTP::Header does Associative is Iterable {
+ class HTTP::Header does Associative does Iterable {
682
subset StrOrArrayOfStr where Str | ( Array & {.all ~~ Str} );
683
684
has %!fields of StrOrArrayOfStr
0 commit comments