We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003d59b commit 2940fb0Copy full SHA for 2940fb0
doc/Language/traps.pod6
@@ -1204,7 +1204,7 @@ for 1..4 { say "$^a $^b $^c $^d"; } # OUTPUT: «1 2 3 4»
1204
1205
=head2 Using C<»> and C<map> interchangeably
1206
1207
-While L<<C<»>|/language/operators#index-entry-hyper_%3C%3C-hyper_%3E%3E-hyper_%C2%AB-hyper_%C2%BB-Hyper_Operators>
+While L<<C<»>|/language/operators#index-entry-hyper_%3C%3C-hyper_%3E%3E-hyper_%C2%AB-hyper_%C2%BB-Hyper_Operators>>
1208
may look like a shorter way to write C<map>, they differ in some key aspects.
1209
1210
First, the C<»> includes a I<hint> to the compiler that it may
0 commit comments