diff --git a/JSONArray.java b/JSONArray.java index d46a768..14a1b01 100644 --- a/JSONArray.java +++ b/JSONArray.java @@ -1454,7 +1454,7 @@ public class JSONArray implements Iterable { /** * Returns a java.util.List containing all of the elements in this array. * If an element in the array is a JSONArray or JSONObject it will also - * be converted. + * be converted to a List and a Map respectively. *

* Warning: This method assumes that the data structure is acyclical. *