This is an automated email from the ASF dual-hosted git repository.
andy 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 295a5418b Remove unnecessary backslashes
295a5418b is described below
commit 295a5418b698d62f07f82685ead15d388e9964c2
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();