You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/03/04 13:21:11 UTC

svn commit: r1663968 - /jena/site/trunk/content/documentation/io/streaming-io.mdtext

Author: andy
Date: Wed Mar  4 12:21:10 2015
New Revision: 1663968

URL: http://svn.apache.org/r1663968
Log:
markdown fix

Modified:
    jena/site/trunk/content/documentation/io/streaming-io.mdtext

Modified: jena/site/trunk/content/documentation/io/streaming-io.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/streaming-io.mdtext?rev=1663968&r1=1663967&r2=1663968&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/streaming-io.mdtext (original)
+++ jena/site/trunk/content/documentation/io/streaming-io.mdtext Wed Mar  4 12:21:10 2015
@@ -54,8 +54,7 @@ needed for parsing.
 
 The [`parse` functions](/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html#parse%28org.apache.jena.riot.system.StreamRDF%2C%20java.io.InputStream%2C%20org.apache.jena.riot.Lang%29)
 of [RDFDataMgr](/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html) 
-
-`RDFDataMgr` directs the output of the parser to a `StreamRDF`.  For example:
+directs the output of the parser to a `StreamRDF`.  For example:
 
     StreamRDF destination = ... 
     RDFDataMgr.parse(destination, "http://example/data.ttl") ;