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 2023/10/21 00:35:56 UTC

[jena-site] branch main updated: Fix minor docs typo

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f7989cb34 Fix minor docs typo
f7989cb34 is described below

commit f7989cb34f0f9785fb329ca3c5abf1138cbb5bf8
Author: Aaron Coburn <ac...@apache.org>
AuthorDate: Fri Oct 20 18:44:23 2023 -0500

    Fix minor docs typo
---
 source/documentation/notes/iri.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/notes/iri.md b/source/documentation/notes/iri.md
index e26f9bc27..76248920e 100644
--- a/source/documentation/notes/iri.md
+++ b/source/documentation/notes/iri.md
@@ -52,7 +52,7 @@ list.
 
        boolean includeWarnings = false;
        IRI iri;
-       iri = iriFactory.create{iriString); // always works
+       iri = iriFactory.create(iriString); // always works
        if (iri.hasViolation(includeWarnings)) {
          // bad iri code
        }