saghosh
02/28/2023, 2:52 AMAdam Cameron
Returns an array of list (ArrayList)That's not valid English, Saurav. If it was an array of lists (ie: a string with a delimiter in CFML), then it might make sense if you pluralised it. But it doesn't return an "array of list". It returns a
java.lang.ArrayList
, I guess more specifically a java.lang.ArrayList<coldfusion.runtime.Struct>
I guess what it ought to say is "Returns a Java ArrayList (a type of array, and can mostly be used where one might use an array in CFML) where each element is a Struct. [cont'ed as it is now, from there]
There's also some non-standard English further down:
Callstack is a snapshot of all function calls or invocations. For your ColdFusion application, callstack provides the template nameThis should probably read:
A callstack is a snapshot of all function calls or invocations. For your ColdFusion application, a callstack provides the template name ~Note the addition of the article "a" in a coupla places. I suspect it's because it was written by an en-in speaker? I think articles are quite often dropped in that dialect. It should be written in en-us, yeah? I mean no slight on en-in when I say this, but it reads quite poorly when reading for en-us.