@@ -490,7 +490,7 @@ class LoggingServiceV2Client {
490490 * .then(responses => {
491491 * const resources = responses[0];
492492 * for (const resource of resources) {
493- * // doThingsWith(resources[i] )
493+ * // doThingsWith(resource )
494494 * }
495495 * })
496496 * .catch(err => {
@@ -510,7 +510,7 @@ class LoggingServiceV2Client {
510510 * // The actual response object, if necessary.
511511 * // const rawResponse = responses[2];
512512 * for (const resource of resources) {
513- * // doThingsWith(resources[i] );
513+ * // doThingsWith(resource );
514514 * }
515515 * if (nextRequest) {
516516 * // Fetch the next page.
@@ -664,7 +664,7 @@ class LoggingServiceV2Client {
664664 * .then(responses => {
665665 * const resources = responses[0];
666666 * for (const resource of resources) {
667- * // doThingsWith(resources[i] )
667+ * // doThingsWith(resource )
668668 * }
669669 * })
670670 * .catch(err => {
@@ -682,7 +682,7 @@ class LoggingServiceV2Client {
682682 * // The actual response object, if necessary.
683683 * // const rawResponse = responses[2];
684684 * for (const resource of resources) {
685- * // doThingsWith(resources[i] );
685+ * // doThingsWith(resource );
686686 * }
687687 * if (nextRequest) {
688688 * // Fetch the next page.
@@ -819,7 +819,7 @@ class LoggingServiceV2Client {
819819 * .then(responses => {
820820 * const resources = responses[0];
821821 * for (const resource of resources) {
822- * // doThingsWith(resources[i] )
822+ * // doThingsWith(resource )
823823 * }
824824 * })
825825 * .catch(err => {
@@ -839,7 +839,7 @@ class LoggingServiceV2Client {
839839 * // The actual response object, if necessary.
840840 * // const rawResponse = responses[2];
841841 * for (const resource of resources) {
842- * // doThingsWith(resources[i] );
842+ * // doThingsWith(resource );
843843 * }
844844 * if (nextRequest) {
845845 * // Fetch the next page.
0 commit comments