Skip to content

Commit 2902232

Browse files
committed
Correct method name.
1 parent a20595e commit 2902232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use OO::Monitors;
4646
}
4747
my $path-checker = PathChecker.new;
4848
&spurt.wrap(sub (|c) {
49-
$path-checker.check-path(c[0]);
49+
$path-checker.check(c[0]);
5050
callsame
5151
});
5252
}

0 commit comments

Comments
 (0)