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

svn commit: r1849873 - /jena/site/trunk/content/tutorials/sparql_union.mdtext

Author: andy
Date: Fri Dec 28 18:29:06 2018
New Revision: 1849873

URL: http://svn.apache.org/viewvc?rev=1849873&view=rev
Log:
Typo

Modified:
    jena/site/trunk/content/tutorials/sparql_union.mdtext

Modified: jena/site/trunk/content/tutorials/sparql_union.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/sparql_union.mdtext?rev=1849873&r1=1849872&r2=1849873&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/sparql_union.mdtext (original)
+++ jena/site/trunk/content/tutorials/sparql_union.mdtext Fri Dec 28 18:29:06 2018
@@ -71,7 +71,7 @@ match the triple pattern with unbound va
 each slot, then test each `?p` 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.
 
 ## UNION - remembering where the data was found.