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

- old
+ new

@@ -47,6 +47,6 @@ Manager is ceo; /* * Constraints: */ -either Employee is supervised by Manager(2) or Employee is a Manager(1) that is ceo but not both; +either Employee is supervised by Manager(1) or Employee is a Manager(2) that is ceo but not both;