Skip to content

Commit

Permalink
other instances used the US version
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 15, 2016
1 parent de4deb2 commit ad907e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/subscripts.pod6
Expand Up @@ -651,7 +651,7 @@ However, we may prefer to be less strict about user input and instead take
care of sanitizing the field values ourselves. In that case, we can remove
the C<StrOrArrayOfStr> type constraint on C<%!fields>, and replace our
C<AT-KEY> implementation with one that returns a custom C<Proxy> container
which takes care of sanitising values on assignment:
which takes care of sanitizing values on assignment:
multi method AT-KEY (::?CLASS:D: $key) is rw {
my $element := %!fields{normalize-key $key};
Expand Down

0 comments on commit ad907e8

Please sign in to comment.