diff --git a/examples/distinct-object-types/distinct_object_types.bal b/examples/distinct-object-types/distinct_object_types.bal index 14140b7a79..01042b2b70 100644 --- a/examples/distinct-object-types/distinct_object_types.bal +++ b/examples/distinct-object-types/distinct_object_types.bal @@ -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;