Skip to content

Commit 74cbcd4

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
docs: fix example comments (#378)
1 parent 4d58cba commit 74cbcd4

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

handwritten/logging/src/v2/config_service_v2_client.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class ConfigServiceV2Client {
266266
* .then(responses => {
267267
* const resources = responses[0];
268268
* for (const resource of resources) {
269-
* // doThingsWith(resources[i])
269+
* // doThingsWith(resource)
270270
* }
271271
* })
272272
* .catch(err => {
@@ -286,7 +286,7 @@ class ConfigServiceV2Client {
286286
* // The actual response object, if necessary.
287287
* // const rawResponse = responses[2];
288288
* for (const resource of resources) {
289-
* // doThingsWith(resources[i]);
289+
* // doThingsWith(resource);
290290
* }
291291
* if (nextRequest) {
292292
* // Fetch the next page.
@@ -700,7 +700,7 @@ class ConfigServiceV2Client {
700700
* .then(responses => {
701701
* const resources = responses[0];
702702
* for (const resource of resources) {
703-
* // doThingsWith(resources[i])
703+
* // doThingsWith(resource)
704704
* }
705705
* })
706706
* .catch(err => {
@@ -720,7 +720,7 @@ class ConfigServiceV2Client {
720720
* // The actual response object, if necessary.
721721
* // const rawResponse = responses[2];
722722
* for (const resource of resources) {
723-
* // doThingsWith(resources[i]);
723+
* // doThingsWith(resource);
724724
* }
725725
* if (nextRequest) {
726726
* // Fetch the next page.

handwritten/logging/src/v2/logging_service_v2_client.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

handwritten/logging/src/v2/metrics_service_v2_client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class MetricsServiceV2Client {
255255
* .then(responses => {
256256
* const resources = responses[0];
257257
* for (const resource of resources) {
258-
* // doThingsWith(resources[i])
258+
* // doThingsWith(resource)
259259
* }
260260
* })
261261
* .catch(err => {
@@ -275,7 +275,7 @@ class MetricsServiceV2Client {
275275
* // The actual response object, if necessary.
276276
* // const rawResponse = responses[2];
277277
* for (const resource of resources) {
278-
* // doThingsWith(resources[i]);
278+
* // doThingsWith(resource);
279279
* }
280280
* if (nextRequest) {
281281
* // Fetch the next page.

handwritten/logging/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-02T12:18:08.168510Z",
2+
"updateTime": "2019-02-05T12:14:23.629061Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.8",
8-
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
7+
"version": "0.16.9",
8+
"dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
16-
"internalRef": "231974277"
15+
"sha": "f26c727dde5051abefc5ad9e7dee82a2686ad2b0",
16+
"internalRef": "232306662"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)