Author: andy
Date: Sat Jun 11 10:32:45 2016
New Revision: 1747874

URL: http://svn.apache.org/viewvc?rev=1747874&view=rev
Log:
CMS commit to jena by andy

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

Modified: jena/site/trunk/content/tutorials/sparql_basic_patterns.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/sparql_basic_patterns.mdtext?rev=1747874&r1=1747873&r2=1747874&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/sparql_basic_patterns.mdtext (original)
+++ jena/site/trunk/content/tutorials/sparql_basic_patterns.mdtext Sat Jun 11 
10:32:45 2016
@@ -8,7 +8,7 @@ blocks of SPARQL queries.
 Query solutions are a set of pairs of a variable name with a value.
 A `SELECT` query directly exposes the solutions (after
 order/limit/offset are applied) as the result set - other query
-forms use the solutions to make an graph. The solution is the way
+forms use the solutions to make a graph. The solution is the way
 the pattern matched - which values the variables must take for a
 pattern to match.
 


Reply via email to