File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -842,22 +842,22 @@ <h3>Well-formedness Conditions</h3>
842
842
of the [=body=], there is a corresponding [=variable=] of the same
843
843
name occuring in a [=triple pattern=] at a position < em > j</ em > ,
844
844
or occurring as an [=assignment variable=] at a position < em > j</ em > ,
845
- where < em > j < i </ em > .
845
+ where < em > i > j </ em > .
846
846
</ li >
847
847
< li >
848
848
Each [=assignment variable=] is used in only one [=assignment=] in
849
849
the [=body=] of the [=rule=].
850
850
</ li >
851
851
< li >
852
852
An [=assignment variable=] at position < em > i</ em > of a [=rule body=] does not
853
- occur in any [=triple pattern=] at position < em > j</ em > where < em > j < i </ em > .
853
+ occur in any [=triple pattern=] at position < em > j</ em > where < em > i > j </ em > .
854
854
</ li >
855
855
< li >
856
856
For every [=variable=] in an [=assignment expression=] at position < em > i</ em > ,
857
857
there is a corresponding variable in a triple pattern at position
858
- < em > j</ em > where < em > j < i </ em > ,
858
+ < em > j</ em > where < em > i > j </ em > ,
859
859
or there is an [=assignment variable=] in an [=assignment=] at position
860
- < em > j</ em > where < em > j < i </ em > .
860
+ < em > j</ em > where < em > i > j </ em > .
861
861
</ li >
862
862
</ ul >
863
863
< p >
You can’t perform that action at this time.
0 commit comments