Skip to content

Commit 029df52

Browse files
committed
GH-5148 Fixed typo
1 parent 475d09e commit 029df52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/sail/nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/model

core/sail/nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/model/CorruptValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* CorruptValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabled (see
1717
* ValueStore#softFailOnCorruptData).
1818
*
19-
* There is no method isCorruptValue() is it would exist for a "regular" implementation of NativeValue. Since
19+
* There is no method isCorruptValue() as it would exist for a "regular" implementation of NativeValue. Since
2020
* CorruptValue is only to be used in exceptional situations, the recommended way of checking for it is using
2121
* "instanceof".
2222
*

0 commit comments

Comments
 (0)