diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 03db89cb..76f0f0e0 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3096,7 +3096,7 @@ jQuery.macros = { * * It only returns the immediately previous sibling, not all previous siblings. * - * @example $("p").previous(".selected") + * @example $("p").prev(".selected") * @before
Hello

Hello Again

And Again

* @result [
Hello
] *