This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch unescape in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit b2239ba62bcc39bb6c18b497a83c083712d7f545 Author: Andy Seaborne <[email protected]> AuthorDate: Tue Aug 13 09:09:44 2024 +0100 Remove unnecessary backslashes --- source/documentation/inference/__index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/inference/__index.md b/source/documentation/inference/__index.md index 7dd1b833d..186d9c9e9 100644 --- a/source/documentation/inference/__index.md +++ b/source/documentation/inference/__index.md @@ -213,7 +213,7 @@ System.out.println("Statement: " + a.getProperty(q)); in the statements directly to that model.</p> <p>If we wanted to use a different reasoner which is not available as a convenience method or wanted to configure one we would change line [1]. For example, to - create the same setup manually we could replace \[1\] by:</p> + create the same setup manually we could replace [1] by:</p> ```java Reasoner reasoner = ReasonerRegistry.getRDFSReasoner();
