Author: ajs6f
Date: Fri Mar 24 22:28:26 2017
New Revision: 1788553
URL: http://svn.apache.org/viewvc?rev=1788553&view=rev
Log:
Typo "it's" => "its"
Modified:
jena/site/trunk/content/tutorials/sparql_optionals.mdtext
Modified: jena/site/trunk/content/tutorials/sparql_optionals.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/sparql_optionals.mdtext?rev=1788553&r1=1788552&r2=1788553&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/sparql_optionals.mdtext (original)
+++ jena/site/trunk/content/tutorials/sparql_optionals.mdtext Fri Mar 24
22:28:26 2017
@@ -146,7 +146,7 @@ If the first optional binds `?name` and
second `OPTIONAL` is an attempt to match the ground triples (`?x`
and `<kbd>?name</kbd>` have values). If the first optional did not
match the optional part, then the second one is an attempt to match
-it's triple with two variables.
+its triple with two variables.
Â