Skip to content

Commit

Permalink
Clarifies deprecation child refs #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 1, 2019
1 parent 655e402 commit c2daa96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/IO/Path.pod6
Expand Up @@ -154,9 +154,9 @@ Defined as:
method child(IO::Path:D: Str() $childname --> IO::Path:D)
Alias for L«C<.add>|/routine/add». B<NOTE:> C<.child> exists largely for
backwards-compatibility reasons and may become deprecated in future language
versions. For any new code, please use L«C<.add>|/routine/add»
Alias for L«C<.add>|/routine/add». B<NOTE:> This method has been deprecated as
of the 6.d version, and will be removed in the future. For any new code, please
use L«C<.add>|/routine/add»
=head2 method cleanup
Expand Down

0 comments on commit c2daa96

Please sign in to comment.