Skip to content

Commit 1cdd59e

Browse files
committed
Slight rephrasing
1 parent bb19c56 commit 1cdd59e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/Language/routines.pod6

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ Defined as:
8080
multi sub undefine(Array \x)
8181
multi sub undefine(Hash \x)
8282
83-
B<DEPRECATED> in 6.d language version and will be removed in 6.e. For
84-
L<Array> and L<Hash>, equivallent to assigning L<Empty>; for everything else,
85-
equivalent to assigning L<Nil>. This routine is deprecated and you should use
86-
L<Empty>/L<Nil> directly, instead.
83+
B<DEPRECATED> in 6.d language version and will be removed in 6.e. For L<Array>
84+
and L<Hash>, it will become equivalent to assigning L<Empty>; for everything
85+
else, equivalent to assigning L<Nil>, whose use is advised.
8786
8887
=end pod
8988

0 commit comments

Comments
 (0)