Skip to content

Commit 3fc5588

Browse files
authored
Merge pull request #214 from w3c/Issue213
Fixes typo in evaluation semantics of ToMultiSet
2 parents 83e12e9 + abb3892 commit 3fc5588

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

spec/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9907,14 +9907,6 @@ <h3>SPARQL Algebra</h3>
99079907
<p><a href="#defn_Multiplicity">multiplicity</a>( μ | ToMultiSet(Ψ) ) =
99089908
<a href="#defn_Multiplicity">multiplicity</a>( μ | Ψ )</p>
99099909
</div>
9910-
<div class="defn">
9911-
<div id="defn_algToMultiset">
9912-
<b>Definition: ToMultiset</b>
9913-
</div>
9914-
<p>ToMultiset turns a sequence into a multiset with the same elements and multiplicities as
9915-
the sequence. The order of the sequence has no effect on the resulting multiset, and
9916-
duplicates are preserved.</p>
9917-
</div>
99189910
<div class="defn">
99199911
<p><b>Definition: <span id="defn_exists">Exists</span></b></p>
99209912
<p>exists(pattern) is a function that returns true if the pattern
@@ -10421,7 +10413,7 @@ <h3>Evaluation Semantics</h3>
1042110413
</div>
1042210414
<div class="defn">
1042310415
<p><b>Definition: <span id="defn_evalToMultiSet">Evaluation of ToMultiSet</span></b></p>
10424-
<pre class="code nohighlight">eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D), M))</pre>
10416+
<pre class="code nohighlight">eval(D(G), ToMultiSet(L)) = ToMultiSet(eval(D(G), L))</pre>
1042510417
</div>
1042610418
<div class="defn">
1042710419
<p><b>Definition: <span id="defn_evalSlice">Evaluation of Slice</span></b></p>

0 commit comments

Comments
 (0)