Skip to content

Commit

Permalink
Update examples/distinct-object-types/distinct_object_types.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Maryam Ziyad <[email protected]>
  • Loading branch information
heshanpadmasiri and MaryamZi authored Nov 15, 2024
1 parent 1126a92 commit 669261a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/distinct-object-types/distinct_object_types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class SomeWhatDistinctPerson {
}
}

// `EvenMoreDistinctPerson` is a proper subtype of `DistinctPerson` since it has an additional type ID.
// The `EvenMoreDistinctPerson` type is a proper subtype of the `DistinctPerson`
// type since it has an additional type ID.
distinct class EvenMoreDistinctPerson {
*DistinctPerson;

Expand Down

0 comments on commit 669261a

Please sign in to comment.