afs commented on a change in pull request #27:
URL: https://github.com/apache/jena-site/pull/27#discussion_r506567700



##########
File path: source/documentation/io/streaming-io.md
##########
@@ -87,7 +87,7 @@ an `StreamRDF` backed by a stream-based writer
 which can be done as:
 
     StreamRDF writer = StreamRDFWriter.getWriterStream(output, lang) ;
-    StreamOps.graphToStream(writer, model.getGraph()) ;
+    StreamRDFOps.graphToStream(writer, model.getGraph()) ;

Review comment:
       `StreamRDFOps` is the right name so when this is merged, it'll be right.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to