diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 9f6fbd0f7..53ffc16e1 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