File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1136,9 +1136,9 @@ C<\K>.
1136
1136
say 'abc' ~~ / a <( b )> c/; # OUTPUT: «「b」»
1137
1137
say 'abc' ~~ / <(a <( b )> c)>/; # OUTPUT: «「bc」»
1138
1138
1139
- As the example above, you can see C « <( » sets the start point and C « )> » sets the
1140
- endpoint; since they are actually independent each other, the inner-most start point
1141
- wins (the one attache to C < b > ) and the outer-most end wins (the one attached to C < c > ).
1139
+ As in the example above, you can see C « <( » sets the start point and C « )> » sets the
1140
+ endpoint; since they are actually independent of each other, the inner-most start point
1141
+ wins (the one attached to C < b > ) and the outer-most end wins (the one attached to C < c > ).
1142
1142
1143
1143
= head1 Substitution
1144
1144
You can’t perform that action at this time.
0 commit comments