examples/CQL/CompanyDirectorEmployee.cql in activefacts-0.8.9 vs examples/CQL/CompanyDirectorEmployee.cql in activefacts-0.8.10

- old
+ new

@@ -13,11 +13,11 @@ */ Company is identified by its Name where Company is called Company Name; Company is listed; -Meeting is identified by Date and Meeting is board meeting and Company where +Meeting is independent identified by Date and Meeting is board meeting and Company where Meeting is held on one Date, Meeting is board meeting, Company held Meeting, Meeting is held by one Company; @@ -47,6 +47,6 @@ Manager is ceo; /* * Constraints: */ -either Employee is supervised by Manager(1) or Employee is a Manager(2) that is ceo but not both; +either Employee is supervised by Manager(2) or Employee is a Manager(1) that is ceo but not both;