Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadeeshan96 committed Jun 28, 2023
1 parent 665fc90 commit 8e87932
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 8e87932

Please sign in to comment.