Skip to content

Commit

Permalink
Fix Javadoc typo in JsonHelper (#1215)
Browse files Browse the repository at this point in the history
There is an "if" in a sentence where it should not be.
  • Loading branch information
sleberknight authored Nov 22, 2024
1 parent 08d2f57 commit 7365b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kiwiproject/json/JsonHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* A bunch of utilities to make it easier to work with JSON.
* <p>
* One specific note on methods that accept paths. The syntax used to indicate array paths consists of the
* array property name, followed by a period, followed by the array index in square brackets. For example, if
* array property name, followed by a period, followed by the array index in square brackets. For example,
* to find the first value in an array property {@code luckyNumbers}, the path is {@code luckyNumbers.[0]}.
* Similarly, to find the 13th lucky number the path is {@code luckyNumbers.[12]}.
* <p>
Expand Down

0 comments on commit 7365b3f

Please sign in to comment.