Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slight rephrasing
  • Loading branch information
JJ committed Aug 1, 2018
1 parent bb19c56 commit 1cdd59e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/Language/routines.pod6
Expand Up @@ -80,10 +80,9 @@ Defined as:
multi sub undefine(Array \x)
multi sub undefine(Hash \x)
B<DEPRECATED> in 6.d language version and will be removed in 6.e. For
L<Array> and L<Hash>, equivallent to assigning L<Empty>; for everything else,
equivalent to assigning L<Nil>. This routine is deprecated and you should use
L<Empty>/L<Nil> directly, instead.
B<DEPRECATED> in 6.d language version and will be removed in 6.e. For L<Array>
and L<Hash>, it will become equivalent to assigning L<Empty>; for everything
else, equivalent to assigning L<Nil>, whose use is advised.
=end pod

Expand Down

0 comments on commit 1cdd59e

Please sign in to comment.