Skip to content

Commit

Permalink
Remove X<L< form in Update operators.rakudoc
Browse files Browse the repository at this point in the history
- Relates to Raku#280 in Raku/doc-website.
- A search for `X<L<` in all documents, it only occurs once - here
- Having markup codes inside other markup codes, as here, should be valid, and it will be in the next iteration of the Renderer. But that might take some time. 
- Better in the short term to create a workaround
  • Loading branch information
finanalyst authored and coke committed Jan 9, 2024
1 parent fcef2d6 commit 8a9cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ L<hash|/routine/hash> routine instead:

=head2 circumfix C«[ ]»

The X<L<Array|/type/Array> constructor|Circumfix operators,Array constructor> returns an itemized L<Array|/type/Array> that does not flatten
The X<Array constructor|Circumfix operators,Array constructor> returns an itemized L<Array|/type/Array> that does not flatten
in list context. Check this:

say .raku for [3,2,[1,0]]; # OUTPUT: «3␤2␤$[1, 0]␤»
Expand Down

0 comments on commit 8a9cf31

Please sign in to comment.