diff --git a/src/core.js b/src/core.js index c12b583db..3dfb84a02 100644 --- a/src/core.js +++ b/src/core.js @@ -71,7 +71,7 @@ jQuery.fn = jQuery.prototype = { return (context || rootjQuery).find( selector ); // HANDLE: $(expr, context) - // (which is just equivalent to: $(content).find(expr) + // (which is just equivalent to: $(context).find(expr) } else { return jQuery( context ).find( selector ); }