Skip to content

Commit 3974b1c

Browse files
committed
other instances used the US version
1 parent df49af3 commit 3974b1c

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
@@ -651,7 +651,7 @@ However, we may prefer to be less strict about user input and instead take
651651
care of sanitizing the field values ourselves. In that case, we can remove
652652
the C<StrOrArrayOfStr> type constraint on C<%!fields>, and replace our
653653
C<AT-KEY> implementation with one that returns a custom C<Proxy> container
654-
which takes care of sanitising values on assignment:
654+
which takes care of sanitizing values on assignment:
655655
656656
multi method AT-KEY (::?CLASS:D: $key) is rw {
657657
my $element := %!fields{normalize-key $key};

0 commit comments

Comments
 (0)