Skip to content

Commit 033d64d

Browse files
committedSep 25, 2021
[doc] Improve parameter description in JSDoc comment
1 parent 16cefb9 commit 033d64d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ Shopify.prototype.request = function request(uri, method, key, data, headers) {
194194
/**
195195
* Updates GraphQL API call limits.
196196
*
197-
* @param {Object} cost The cost object returned in the GraphQL response
197+
* @param {Object} cost The `extensions.cost` object returned in the GraphQL
198+
* response
198199
* @private
199200
*/
200201
Shopify.prototype.updateGraphqlLimits = function updateGraphqlLimits({

0 commit comments

Comments
 (0)
Please sign in to comment.