Skip to content

Commit ae1e9e2

Browse files
author
John J. Aylward
committed
fix spelling in javadoc comment
1 parent 80e2ea2 commit ae1e9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JSONML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class JSONML {
4242
* @param arrayForm true if array form, false if object form.
4343
* @param ja The JSONArray that is containing the current tag or null
4444
* if we are at the outermost level.
45-
* @param keepStrings Don't type-convert text nodes and attibute values
45+
* @param keepStrings Don't type-convert text nodes and attribute values
4646
* @return A JSONArray if the value is the outermost tag, otherwise null.
4747
* @throws JSONException
4848
*/

0 commit comments

Comments
 (0)