Skip to content

Commit 077b904

Browse files
authored
remove errant colon
as in https://github.com/w3c/sparql-query/pull/139/files#r1501003927, to match all other algorithm `for each` statements
1 parent 3597928 commit 077b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8384,7 +8384,7 @@ <h5>Collect <code>FILTER</code> Elements</h5>
83848384

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

0 commit comments

Comments
 (0)