Skip to content

Commit

Permalink
Fix typo/omission
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 8, 2016
1 parent 6e541f7 commit 93e61dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/typesystem.pod6
Expand Up @@ -69,11 +69,11 @@ X«|method (declarator)»
X«|only method»
=head4 Only Method
To explicitely state that a method is not a multi method use the C<only method> declarator.
To explicitly state that a method is not a multi method use the C<only method> declarator.
=for code :skip-test
class C {
method m {};
only method m {};
multi method m {};
};
# OUTPUT«X::Comp::AdHoc: Cannot have a multi candidate for 'm' when an only method is also in the package 'C'␤»
Expand Down

0 comments on commit 93e61dd

Please sign in to comment.