You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2020/05/30 10:36:14 UTC

[jena-site] branch master updated: Small typo fix.

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 94accf9  Small typo fix.
     new ebc4196  Merge pull request #12 from egonw/patch-1
94accf9 is described below

commit 94accf9e9ea3b2d189c6b0d07ddd64ba81b31509
Author: Egon Willighagen <eg...@gmail.com>
AuthorDate: Sat May 30 12:01:08 2020 +0200

    Small typo fix.
---
 source/documentation/io/rdf-output.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/io/rdf-output.md b/source/documentation/io/rdf-output.md
index 0d9f808..3fa0359 100644
--- a/source/documentation/io/rdf-output.md
+++ b/source/documentation/io/rdf-output.md
@@ -357,7 +357,7 @@ The follow ways are different ways to write a model in Turtle:
         // Write a model in Turtle syntax, default style (pretty printed)
         RDFDataMgr.write(System.out, model, Lang.TURTLE) ;
         
-        // Wriet Turtle to the blocks variant
+        // Write Turtle to the blocks variant
         RDFDataMgr.write(System.out, model, RDFFormat.TURTLE_BLOCKS) ;
         
         // Write as Turtle via model.write