Skip to content

Commit 2940fb0

Browse files
authored
Fix pod error
1 parent 003d59b commit 2940fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/traps.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ for 1..4 { say "$^a $^b $^c $^d"; } # OUTPUT: «1 2 3 4␤»
12041204
12051205
=head2 Using C<»> and C<map> interchangeably
12061206
1207-
While L<<C<»>|/language/operators#index-entry-hyper_%3C%3C-hyper_%3E%3E-hyper_%C2%AB-hyper_%C2%BB-Hyper_Operators>
1207+
While L<<C<»>|/language/operators#index-entry-hyper_%3C%3C-hyper_%3E%3E-hyper_%C2%AB-hyper_%C2%BB-Hyper_Operators>>
12081208
may look like a shorter way to write C<map>, they differ in some key aspects.
12091209
12101210
First, the C<»> includes a I<hint> to the compiler that it may

0 commit comments

Comments
 (0)