You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2018/12/28 18:29:36 UTC

svn commit: r1038221 - in /websites/staging/jena/trunk/content: ./ tutorials/sparql_union.html

Author: buildbot
Date: Fri Dec 28 18:29:36 2018
New Revision: 1038221

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/tutorials/sparql_union.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 18:29:36 2018
@@ -1 +1 @@
-1849872
+1849873

Modified: websites/staging/jena/trunk/content/tutorials/sparql_union.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_union.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_union.html Fri Dec 28 18:29:36 2018
@@ -232,7 +232,7 @@ match the triple pattern with unbound va
 each slot, then test each <code>?p</code> to see if it matches one of the
 values. It will depend on the sophistication of the query optimizer
 as to whether it spots that it can perform the query more
-efficiently and is able to pass the constraint down as will as to
+efficiently and is able to pass the constraint down as well as to
 the storage layer.</p>
 <h2 id="union-remembering-where-the-data-was-found">UNION - remembering where the data was found.<a class="headerlink" href="#union-remembering-where-the-data-was-found" title="Permanent link">&para;</a></h2>
 <p>The example above used the same variable in each branch. If