Skip to content

Commit

Permalink
remove errant colon
Browse files Browse the repository at this point in the history
as in https://github.com/w3c/sparql-query/pull/139/files#r1501003927, to match all other algorithm `for each` statements
  • Loading branch information
TallTed authored Feb 23, 2024
1 parent 3597928 commit 077b904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8384,7 +8384,7 @@ <h5>Collect <code>FILTER</code> Elements</h5>

<pre class="code nohighlightBlock">
Let FS := empty set
For each form FILTER(expr) in the group graph pattern:
For each form FILTER(expr) in the group graph pattern
In expr, replace NOT EXISTS{P} with fn:not(<a href="#defn_evalExists">exists(translate(P)))</a>
In expr, replace EXISTS{P} with <a href="#defn_evalExists">exists(translate(P))</a>
FS := FS ∪ {expr}
Expand Down

0 comments on commit 077b904

Please sign in to comment.