diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index f997aafa..1ca039b7 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -3167,7 +3167,7 @@ jQuery.macros = { * alert( $(this).text() ); * } ) * @before

Hello

- * @result Hello + * @result alert("Hello") * * @example $("form").bind( "submit", function() { return false; } ) * @desc Cancel a default action and prevent it from bubbling by returning false