processing/processing-web-archive

misleading description of reverse() in FloatList, IntList

Closed this issue · 0 comments

The description for reverse() on FloatList and IntList reference pages ( /reference/FloatList.html and /reference/IntList.html) is:

reverse() Reverse sort, orders values by first digit

This is not a valid description. There is no sorting involved. The method simply reverses the order of the elements in the list. The description on the reference page for the method is correct.