You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2015/05/08 13:04:53 UTC

[2/4] incubator-commonsrdf git commit: Incorporate feedback by Stian Soiland-Reyes

Incorporate feedback by Stian Soiland-Reyes


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/f223b21b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/f223b21b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/f223b21b

Branch: refs/heads/master
Commit: f223b21bff10a32f3735923819bad5237a5efd56
Parents: 8ba3b70
Author: Benedikt Ritter <be...@gmail.com>
Authored: Tue May 5 17:33:36 2015 +0200
Committer: Benedikt Ritter <be...@gmail.com>
Committed: Tue May 5 17:33:36 2015 +0200

----------------------------------------------------------------------
 src/site/markdown/userguide.md.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f223b21b/src/site/markdown/userguide.md.vm
----------------------------------------------------------------------
diff --git a/src/site/markdown/userguide.md.vm b/src/site/markdown/userguide.md.vm
index fc63b6f..b6a8a58 100644
--- a/src/site/markdown/userguide.md.vm
+++ b/src/site/markdown/userguide.md.vm
@@ -148,9 +148,9 @@ import org.apache.commons.rdf.simple.SimpleRDFTermFactory;
 RDFTermFactory factory = new SimpleRDFTermFactory();
 ```
 
-If you don't want to depend up the concret implementation you can use a
+If you don't want to depend up the concrete implementation you can use a
 [ServiceLoader](http://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html)
-to lookup instances:
+to lookup any implementations found on the classpath:
 
 ```java
 import java.util.Iterator;