Skip to content

Commit c356974

Browse files
committed
whitespace
1 parent 344bf16 commit c356974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ mistake-proto(7, 42); # OUTPUT: «Int␤» -- not passed on
464464
=for code :skip-test<illustrates error>
465465
mistake-proto('test'); # fails -- not passed on
466466
467-
A longer example using C<proto> for methods shows how to extract common functionality into
467+
A longer example using C<proto> for methods shows how to extract common functionality into
468468
a proto method.
469469
470470
=for code

0 commit comments

Comments
 (0)