This commit is contained in:
Jörn Zaefferer 2007-02-27 21:51:49 +00:00
parent a4a6dfa6bd
commit 757138f216

View file

@ -1292,7 +1292,7 @@ jQuery.extend({
},
/**
* A generic iterator function, which can be used to seemlessly
* A generic iterator function, which can be used to seamlessly
* iterate over both objects and arrays. This function is not the same
* as $().each() - which is used to iterate, exclusively, over a jQuery
* object. This function can be used to iterate over anything.