Skip to content

Commit c3ca435

Browse files
author
Jan-Olof Hendig
committed
Fixed typo in pod directive
1 parent 35c396e commit c3ca435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Callable.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ container.
1919
my &c = sub () {};
2020
sub foo() {};
2121
my &d = &foo;
22-
for code :skip-test
22+
=for code :skip-test
2323
my &f:(Int) = sub bar(Int) {}; # Not yet implemented
2424
my &f:(Str) = -> Str {}; # Not yet implemented
2525

0 commit comments

Comments
 (0)