Author: andy
Date: Mon Nov 11 23:46:35 2019
New Revision: 1869670
URL: http://svn.apache.org/viewvc?rev=1869670&view=rev
Log:
Typo
Modified:
jena/site/trunk/content/documentation/shacl/index.md
Modified: jena/site/trunk/content/documentation/shacl/index.md
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/shacl/index.md?rev=1869670&r1=1869669&r2=1869670&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/shacl/index.md (original)
+++ jena/site/trunk/content/documentation/shacl/index.md Mon Nov 11 23:46:35
2019
@@ -98,5 +98,5 @@ shows validation and printing of the val
Example
[`Shacl02_validateTransaction`](https://github.com/apache/jena/tree/master/jena-shacl/src/main/java/org/apache/jena/shacl/examples/Shacl02_validateTransaction.java)
-shows how to update a graph only if, after the changes, the graph is validate
+shows how to update a graph only if, after the changes, the graph is validated
according to the shapes provided.