Skip to content

Commit 0b58f37

Browse files
committed
Add a missing invocant to the method definition
1 parent 27721a0 commit 0b58f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Metamodel/ClassHOW.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ C<Metamodel::ClassHOW> is the meta class behind the C<class> keyword.
3838
3939
=head2 method add_fallback
4040
41-
method add_fallback(Metamodel::ClassHOW:D: $condition, $calculator)
41+
method add_fallback(Metamodel::ClassHOW:D: $obj, $condition, $calculator)
4242
4343
Installs a method fallback, that is, add a way to call methods that weren't
4444
statically added.

0 commit comments

Comments
 (0)