Skip to content

Commit c057c23

Browse files
committed
Add 'method', fixes compilation error
1 parent bb093dd commit c057c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Metamodel/MROBasedMethodDispatch.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ self.SomeParentClass::the_method();
4242
4343
=head2 method can
4444
45-
can($obj, $name)
45+
method can($obj, $name)
4646
4747
Returns the list of methods of that name the object can do.
4848

0 commit comments

Comments
 (0)