From: Ariel Flesler Date: Thu, 5 Mar 2009 13:36:12 +0000 (+0000) Subject: jquery core: Fixed a typo in a comment, closes #4294. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=ece001f1394aeddcfe061dcba224726173325220;p=jquery.git jquery core: Fixed a typo in a comment, closes #4294. --- diff --git a/src/core.js b/src/core.js index c12b583..3dfb84a 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 ); }