Skip to content

Commit cdeb6dc

Browse files
authored
Reword
- better explanation of "speculative 6.d" - mention method exists only in Rakudo impl
1 parent bff42f8 commit cdeb6dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Str.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,9 @@ See also: L«:16<FF> syntax for number literals|/syntax/Number%20literals»
296296
sub parse-names(Str:D $names --> Str:D)
297297
method parse-names(Str:D $names: --> Str:D)
298298
299-
B<DEPRECATED>. Renamed to L<uniparse>. Exists only in speculative 6.d language.
300-
In 6.d issues deprecation warnings and will be removed entirely in 6.e.
299+
B<DEPRECATED>. Existed only in pre-release proposal version of 6.d language and
300+
was eventually renamed to L<uniparse>. In Rakudo implementation,
301+
issues deprecation warnings in 6.d language and will be removed entirely in 6.e.
301302
302303
=head2 routine uniparse
303304

0 commit comments

Comments
 (0)