Skip to content

Commit b8a92e9

Browse files
author
errt
committed
Fix comment
1 parent 5adc9d0 commit b8a92e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jsonant/value/JSONArray.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public JSONArray(final JSONValue parent, boolean onDemand) {
5959
}
6060

6161
/**
62-
* Constructs a JSONArray from a JSONArray
62+
* Constructs a JSONArray from a given list
6363
*
6464
* @param array
65-
* The JSONArray to encapsulate
65+
* The list to encapsulate
6666
* @param parent
6767
* The parent value of this JSONArray
6868
*/

0 commit comments

Comments
 (0)