File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ a 1; # Int 1\n Any 1
644
644
= end code
645
645
646
646
As mentioned earlier, multi subs are not the only situation in which
647
- C < I < callwith > > , C < I < callsame > > , C < I < nextwith > > and C < I < nextsame > > can be helpful.
647
+ I < C < callwith > > , I < C < callsame > > , I < C < nextwith > > and I < C < nextsame > > can be helpful.
648
648
One is is for dispatching to wrapped routines:
649
649
650
650
= begin code
Original file line number Diff line number Diff line change 38
38
39
39
= head2 C < subset >
40
40
41
- A C < I < subset > > declares a new type that will re-dispatch to its base type. If a
41
+ A I < C < subset > > declares a new type that will re-dispatch to its base type. If a
42
42
C < where > clause is supplied any assignment will be checked against the given
43
43
code object.
44
44
You can’t perform that action at this time.
0 commit comments