Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation error in Foo.Bar::baz exmample.
  • Loading branch information
KamilaBorowska committed Dec 1, 2014
1 parent b28737d commit 239bee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/operators.pod
Expand Up @@ -303,7 +303,7 @@ class or role, even after it has been redefined in the child class.
class Bar {
method baz { 42 }
}
class Foo does Bar {
class Foo is Bar {
method baz { "nope" }
}
say Foo.Bar::baz; # 42
Expand Down

0 comments on commit 239bee5

Please sign in to comment.