@@ -412,7 +412,7 @@ class ProductSearchClient {
412412 * .then(responses => {
413413 * const resources = responses[0];
414414 * for (const resource of resources) {
415- * // doThingsWith(resources[i] )
415+ * // doThingsWith(resource )
416416 * }
417417 * })
418418 * .catch(err => {
@@ -432,7 +432,7 @@ class ProductSearchClient {
432432 * // The actual response object, if necessary.
433433 * // const rawResponse = responses[2];
434434 * for (const resource of resources) {
435- * // doThingsWith(resources[i] );
435+ * // doThingsWith(resource );
436436 * }
437437 * if (nextRequest) {
438438 * // Fetch the next page.
@@ -746,7 +746,7 @@ class ProductSearchClient {
746746 * .then(responses => {
747747 * const resources = responses[0];
748748 * for (const resource of resources) {
749- * // doThingsWith(resources[i] )
749+ * // doThingsWith(resource )
750750 * }
751751 * })
752752 * .catch(err => {
@@ -766,7 +766,7 @@ class ProductSearchClient {
766766 * // The actual response object, if necessary.
767767 * // const rawResponse = responses[2];
768768 * for (const resource of resources) {
769- * // doThingsWith(resources[i] );
769+ * // doThingsWith(resource );
770770 * }
771771 * if (nextRequest) {
772772 * // Fetch the next page.
@@ -1160,7 +1160,7 @@ class ProductSearchClient {
11601160 * .then(responses => {
11611161 * const resources = responses[0];
11621162 * for (const resource of resources) {
1163- * // doThingsWith(resources[i] )
1163+ * // doThingsWith(resource )
11641164 * }
11651165 * })
11661166 * .catch(err => {
@@ -1180,7 +1180,7 @@ class ProductSearchClient {
11801180 * // The actual response object, if necessary.
11811181 * // const rawResponse = responses[2];
11821182 * for (const resource of resources) {
1183- * // doThingsWith(resources[i] );
1183+ * // doThingsWith(resource );
11841184 * }
11851185 * if (nextRequest) {
11861186 * // Fetch the next page.
@@ -1604,7 +1604,7 @@ class ProductSearchClient {
16041604 * .then(responses => {
16051605 * const resources = responses[0];
16061606 * for (const resource of resources) {
1607- * // doThingsWith(resources[i] )
1607+ * // doThingsWith(resource )
16081608 * }
16091609 * })
16101610 * .catch(err => {
@@ -1624,7 +1624,7 @@ class ProductSearchClient {
16241624 * // The actual response object, if necessary.
16251625 * // const rawResponse = responses[2];
16261626 * for (const resource of resources) {
1627- * // doThingsWith(resources[i] );
1627+ * // doThingsWith(resource );
16281628 * }
16291629 * if (nextRequest) {
16301630 * // Fetch the next page.
0 commit comments