We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e2ea2 commit ae1e9e2Copy full SHA for ae1e9e2
1 file changed
JSONML.java
@@ -42,7 +42,7 @@ public class JSONML {
42
* @param arrayForm true if array form, false if object form.
43
* @param ja The JSONArray that is containing the current tag or null
44
* if we are at the outermost level.
45
- * @param keepStrings Don't type-convert text nodes and attibute values
+ * @param keepStrings Don't type-convert text nodes and attribute values
46
* @return A JSONArray if the value is the outermost tag, otherwise null.
47
* @throws JSONException
48
*/
0 commit comments