Skip to content

Commit

Permalink
Merge pull request #4634 from Nadeeshan96/master-fix-typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
warunalakshitha committed Jul 4, 2023
2 parents 0ca559b + 91e23ca commit bf318a9
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 bf318a9

Please sign in to comment.