File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ my knowhow NQPRoutine {
223
223
224
224
method dispatch ($ capture ) {
225
225
# Count arguments.
226
- my $ num_args := nqp ::captueposelems ($ capture );
226
+ my $ num_args := nqp ::captureposelems ($ capture );
227
227
228
228
# Get list and number of candidates, triggering a sort if there are none.
229
229
my @ candidates := $ ! dispatch_order ;
@@ -276,7 +276,7 @@ my knowhow NQPRoutine {
276
276
$ type_mismatch := 0 ;
277
277
$ i := 0 ;
278
278
while $ i < $ type_check_count {
279
- my $ param := nqp ::captueposarg ($ capture , $ i );
279
+ my $ param := nqp ::captureposarg ($ capture , $ i );
280
280
my $ param_type := pir::what_or_null__PP($ param ); # Parrot hack; just .WHAT on JVM etc.
281
281
my $ type_obj := $ cur_candidate <types >[$ i ];
282
282
my $ definedness := $ cur_candidate <definednesses >[$ i ];
You can’t perform that action at this time.
0 commit comments