Done
Thanks
Andy
On 10/06/16 02:54, Anonymous CMS User wrote:
Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Fsparql_basic_patterns.mdtext
Index: trunk/content/tutorials/sparql_basic_patterns.mdtext
===================================================================
--- trunk/content/tutorials/sparql_basic_patterns.mdtext (revision
1655891)
+++ trunk/content/tutorials/sparql_basic_patterns.mdtext (working copy)
@@ -8,7 +8,7 @@
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.