Skip to content

Commit

Permalink
Merge pull request #4635 from Nadeeshan96/7x-fix-typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
warunalakshitha authored Jul 4, 2023
2 parents 49e9180 + 8e87932 commit c35ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/object-type-inclusion/object_type_inclusion.bal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Person object {

class Engineer {
// The `Engineer` class includes the `Person` object type.
// Therefore, it has to implement both the `clone()` and `draw()` methods.
// Therefore, it has to implement both the `clone()` and `getName()` methods.
*Person;

function init(string name) {
Expand Down

0 comments on commit c35ef47

Please sign in to comment.