Skip to content

Commit

Permalink
Remove link from List #3841
Browse files Browse the repository at this point in the history
This is another false link that probably needs removing.
There is no `routine_Str`or `method_Str` documented in `Any`. I could not find a single reference to `.Str` that I could replace the reference with.
Removing the link does not seem to me to be important, but it probably should be an issue that `Str` is not documented in a single place. Strings and stringification are important enough to need a separate document.
  • Loading branch information
finanalyst authored and JJ committed Nov 15, 2021
1 parent cbc86d5 commit 57a2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/List.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Defined as:
method join(List:D: $separator = "")
Treats the elements of the list as strings by calling
L<C<.Str>|/type/Any#routine_Str> on each of them, interleaves them with
C<.Str> on each of them, interleaves them with
C<$separator> and concatenates everything into a single string.
Example:
Expand Down

0 comments on commit 57a2b22

Please sign in to comment.