Skip to content

Commit 5ba1c22

Browse files
committed
jQuery.Deferred.getStackHook: Make the note match the getErrorHook one
Ref gh-1277
1 parent 669793d commit 5ba1c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.Deferred.getStackHook.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>Note: This API has been deprecated in jQuery 3.7; please use the <a href="/jQuery.Deferred.getErrorHook/"><code>jQuery.Deferred.getErrorHook</code></a> method instead.</p>
1111
</div>
1212
<div class="warning">
13-
<p>Note: This API is not defined by default. It may be provided by the user and jQuery will then use it internally.</p>
13+
<p>Note: This API is not defined by default, but jQuery will make use of it when defined.</p>
1414
</div>
1515
<p>See <a href="/jQuery.Deferred.getErrorHook/"><code>jQuery.Deferred.getErrorHook</code></a> for the context why this API was created. Initially, we advised users to assign to it a function returning an error stack:</p>
1616
<pre><code>

0 commit comments

Comments
 (0)