Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling.
  • Loading branch information
cfa committed Feb 14, 2019
1 parent 39d7439 commit 79935d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Pair.pod6
Expand Up @@ -310,7 +310,7 @@ Makes the I<value> of the C<Pair> read-only, by removing it from its L<Scalar co
# OUTPUT: «X::Assignment::RO: Cannot modify an immutable Str (apple)␤»
B<NOTE:> this method is deprecated as of B<6.d> language version. Instead,
create a new C<Pair>, with L<deconted|/language/glossary#decont> key/value.
create a new C<Pair>, with a L<decontainerized|/language/glossary#decont> key/value.
=for code :preamble<my $p>
$p.=Map.=head.say; # OUTPUT: «orange␤»
Expand Down
1 change: 1 addition & 0 deletions xt/words.pws
Expand Up @@ -301,6 +301,7 @@ decodable
decont
decontainerization
decontainerize
decontainerized
decrement
decrementing
deepflat
Expand Down

0 comments on commit 79935d4

Please sign in to comment.