diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index 12ec613f6..74b912e66 100644
--- a/src/jquery/jquery.js
+++ b/src/jquery/jquery.js
@@ -774,30 +774,10 @@ jQuery.fn = jQuery.prototype = {
* If there was no destructive operation before, an empty set is returned.
*
* A 'destructive' operation is any operation that changes the set of
- * matched jQuery elements. These functions are:
- * These functions are:
- *
- * add
- *
- * children
- *
- * clone
- *
- * filter
- *
- * find
- *
- * not
- *
- * next
- *
- * parent
- *
- * parents
- *
- * prev
- *
- * siblings
+ * matched jQuery elements. These functions are: add
,
+ * children
, clone
, filter
,
+ * find
, not
, next
,
+ * parent
, parents
, prev
and siblings
.
*
* @example $("p").find("span").end();
* @before
Hello, how are you?