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 2016/09/09 12:51:00 UTC

svn commit: r1760002 - /jena/site/trunk/content/documentation/io/rdf-binary.md

Author: andy
Date: Fri Sep  9 12:51:00 2016
New Revision: 1760002

URL: http://svn.apache.org/viewvc?rev=1760002&view=rev
Log:
Tidy up markdown

Modified:
    jena/site/trunk/content/documentation/io/rdf-binary.md

Modified: jena/site/trunk/content/documentation/io/rdf-binary.md
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/rdf-binary.md?rev=1760002&r1=1760001&r2=1760002&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/rdf-binary.md (original)
+++ jena/site/trunk/content/documentation/io/rdf-binary.md Fri Sep  9 12:51:00 2016
@@ -111,7 +111,7 @@ RDF Datasets are encoded as a stream of
 ## Thrift encoding of SPARQL Result Sets {#encoding-result-sets}
 
 A SPARQL Result Set is encoded as a list of variables (the header), then
-a list of rows (the results).
+a stream of rows (the results).
 
     struct RDF_VarTuple {
     1: list<RDF_VAR> vars