diff --git a/entries/jQuery.holdReady.xml b/entries/jQuery.holdReady.xml
index cb795f2f..016e951a 100644
--- a/entries/jQuery.holdReady.xml
+++ b/entries/jQuery.holdReady.xml
@@ -22,5 +22,7 @@ $.getScript( "myplugin.js", function() {
]]>
As of jQuery 3.0, use of this object is supported via See also jQuery.when
or the native Promise.resolve()
. Code should not make assumptions about whether this object is a jQuery.Deferred
, native Promise, or some other type of promise object.ready()
, which makes use of this.jQuery.when
.
+
jQuery.when
.
+