X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=53ffc16e16e8e770b4a730e49d20bd06604f35f6;hb=d6ab3c71ac49f370367f28e0bdf433c173adbdb1;hp=9f6fbd0f70f04c26af0961039fb51dec1f057960;hpb=fcc99cd0f5464d8172405ad33b797e74d751b4c6;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9f6fbd0..53ffc16 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3318,8 +3318,8 @@ jQuery.macros = { }, /** - * Adds the specified class if it is present, removes it if it is - * not present. + * Adds the specified class if it is not present, removes it if it is + * present. * * @example $("p").toggleClass("selected") * @before

Hello

Hello Again