Skip to content

Commit 93a429f

Browse files
authored
Merge pull request #141 from TallTed/patch-1
remove errant colon
2 parents a311c6a + 077b904 commit 93a429f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8402,7 +8402,7 @@ <h5>Collect <code>FILTER</code> Elements</h5>
84028402

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

0 commit comments

Comments
 (0)