Skip to content

Commit 724a67c

Browse files
committed
Javadoc fixes
1 parent b379ff8 commit 724a67c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/skyscreamer/jsonassert/JSONCompareMode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* <tr><th>STRICT_ORDER</th><th>yes</th><th>yes</th></tr>
1313
* </table>
1414
*
15-
* <p>If extensbility not allowed, then all of the expected values must match in what's being tested,
15+
* <p>If extensibility not allowed, then all of the expected values must match in what's being tested,
1616
* but any additional fields will cause the test to fail. When extensibility is allowed, all values
1717
* must still match. For example, if you're expecting:</p>
1818
*
@@ -45,7 +45,7 @@ public enum JSONCompareMode {
4545
*/
4646
NON_EXTENSIBLE(false, false),
4747
/**
48-
* Strict order checking. Not extensible, but strict array ordering.
48+
* Strict order checking. Extensible, and strict array ordering.
4949
*/
5050
STRICT_ORDER(true, true);
5151

0 commit comments

Comments
 (0)