summaryrefslogtreecommitdiffstats
path: root/json/src/main/java/org/json/JSONStringer.java
diff options
context:
space:
mode:
Diffstat (limited to 'json/src/main/java/org/json/JSONStringer.java')
-rw-r--r--json/src/main/java/org/json/JSONStringer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/src/main/java/org/json/JSONStringer.java b/json/src/main/java/org/json/JSONStringer.java
index 3891905..dd3b2a7 100644
--- a/json/src/main/java/org/json/JSONStringer.java
+++ b/json/src/main/java/org/json/JSONStringer.java
@@ -54,7 +54,7 @@ import java.util.List;
* <p>Each stringer may be used to encode a single top level value. Instances of
* this class are not thread safe. Although this class is nonfinal, it was not
* designed for inheritance and should not be subclassed. In particular,
- * self-use by overridable methods is not specified. See <i>Effective Java</i>
+ * self-use by overrideable methods is not specified. See <i>Effective Java</i>
* Item 17, "Design and Document or inheritance or else prohibit it" for further
* information.
*/