diff --git a/langlib/lang.object/src/main/ballerina/object.bal b/langlib/lang.object/src/main/ballerina/object.bal index f662960441bd..70888455817f 100644 --- a/langlib/lang.object/src/main/ballerina/object.bal +++ b/langlib/lang.object/src/main/ballerina/object.bal @@ -25,7 +25,7 @@ public type Iterable distinct object { public function iterator() returns object { public function next() returns record {| any|error value; |}|error?; }; -} +}; # Distinct RawTemplate type. # A raw template expression constructs an object belonging to this type.