Skip to content

Commit

Permalink
Implementing Simon's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sereAbi committed Feb 1, 2017
1 parent 916a167 commit 0410360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ <h3>Constraint</h3>
<section id="constraint-relations">
<h3>Constraint Relations</h3>

<p>Constraint objects MAY also be used as both of the values for the <code>leftOperand</code>and <code>rightOperand</code> of a Constraint expression. This supports more complex Constraint Relations and allows for two constraints to be compared and processed accordingly. The two constraints MUST be <i>atomic</i> Constraints, that is, not a constraint that includes other Constraint Relations.</p>
<p>Constraint objects MAY also be used as both of the values for the <code>leftOperand</code> and <code>rightOperand</code> of a Constraint expression. This supports more complex Constraint Relations and allows for two constraints to be compared and processed accordingly. The two constraints MUST be <i>atomic</i> Constraints, that is, not a constraint that includes other Constraint Relations.</p>

<p>The applicable <code>operators</code> that can be used for Constraint Relations are:</p>
<ul>
Expand Down

0 comments on commit 0410360

Please sign in to comment.