Documentation error

Documentation error


I would like to point out a documentation error on wiki page:
http://docs.jquery.com/Utilities/jQuery.grep#arraycallbackinvert
The Order of arguments in the argument section is switched: function
callback(indexInArray, elementOfArray) is wrong and should be
function callback(elementOfArray, index) if I am not mistaken
Regards
Gregor