Skip to content

Commit b0cfcbb

Browse files
committed
minor typo
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent f5b15b4 commit b0cfcbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/programming/04-rio.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ int numberOfStatements = myCounter.getCountedStatements();
110110

111111
In the examples sofar, we have always assumed that you know what the syntax format of your input file is: we assumed Turtle syntax and created a new parser using `RDFFormat.TURTLE`. However, you may not always know in advance what exact format the RDF file is in. What then? Fortunately, Rio has a couple of useful features to help you.
112112

113-
The {javadoc}rio/helpers/Rio.html[Rio helper class] has a couple of utility methods for guessing the correct format, given either a filename or a MIME-type. For example, to get back the RDF format for our Turtle file, we could do the following:
113+
The {javadoc}rio/Rio.html[Rio utility class] has a couple of methods for guessing the correct format, given either a filename or a MIME-type. For example, to get back the RDF format for our Turtle file, we could do the following:
114114

115115
[source,java]
116116
----

0 commit comments

Comments
 (0)