Skip to content

Commit 492896f

Browse files
authored
Fix bad example
Part of #1438
1 parent 5f5a4a6 commit 492896f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/subscripts.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ to that attribute (using a custom type constraint to make sure users don't
678678
insert anything invalid into it):
679679
680680
=begin code :skip-test
681-
class HTTP::Header does Associative is Iterable {
681+
class HTTP::Header does Associative does Iterable {
682682
subset StrOrArrayOfStr where Str | ( Array & {.all ~~ Str} );
683683
684684
has %!fields of StrOrArrayOfStr

0 commit comments

Comments
 (0)