Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
reginareynolds authored Oct 5, 2023
1 parent a4cb051 commit d6c767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langlib/lang.object/src/main/ballerina/object.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6c767e

Please sign in to comment.