Skip to content

Commit

Permalink
GH-5148 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebner committed Oct 10, 2024
1 parent 475d09e commit 029df52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* CorruptValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabled (see
* ValueStore#softFailOnCorruptData).
*
* There is no method isCorruptValue() is it would exist for a "regular" implementation of NativeValue. Since
* There is no method isCorruptValue() as it would exist for a "regular" implementation of NativeValue. Since
* CorruptValue is only to be used in exceptional situations, the recommended way of checking for it is using
* "instanceof".
*
Expand Down

0 comments on commit 029df52

Please sign in to comment.