Skip to content

Commit

Permalink
docs: fix example comments (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Feb 5, 2019
1 parent ed4f35e commit a302426
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ class SecurityCenterClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -700,7 +700,7 @@ class SecurityCenterClient {
* // The actual response object, if necessary.
* // const rawResponse = responses[2];
* for (const resource of resources) {
* // doThingsWith(resources[i]);
* // doThingsWith(resource);
* }
* if (nextRequest) {
* // Fetch the next page.
Expand Down Expand Up @@ -966,7 +966,7 @@ class SecurityCenterClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -991,7 +991,7 @@ class SecurityCenterClient {
* // The actual response object, if necessary.
* // const rawResponse = responses[2];
* for (const resource of resources) {
* // doThingsWith(resources[i]);
* // doThingsWith(resource);
* }
* if (nextRequest) {
* // Fetch the next page.
Expand Down Expand Up @@ -1252,7 +1252,7 @@ class SecurityCenterClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -1272,7 +1272,7 @@ class SecurityCenterClient {
* // The actual response object, if necessary.
* // const rawResponse = responses[2];
* for (const resource of resources) {
* // doThingsWith(resources[i]);
* // doThingsWith(resource);
* }
* if (nextRequest) {
* // Fetch the next page.
Expand Down Expand Up @@ -1535,7 +1535,7 @@ class SecurityCenterClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -1555,7 +1555,7 @@ class SecurityCenterClient {
* // The actual response object, if necessary.
* // const rawResponse = responses[2];
* for (const resource of resources) {
* // doThingsWith(resources[i]);
* // doThingsWith(resource);
* }
* if (nextRequest) {
* // Fetch the next page.
Expand Down Expand Up @@ -1737,7 +1737,7 @@ class SecurityCenterClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -1757,7 +1757,7 @@ class SecurityCenterClient {
* // The actual response object, if necessary.
* // const rawResponse = responses[2];
* for (const resource of resources) {
* // doThingsWith(resources[i]);
* // doThingsWith(resource);
* }
* if (nextRequest) {
* // Fetch the next page.
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-securitycenter/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-02T12:22:53.102764Z",
"updateTime": "2019-02-05T12:18:23.177943Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.8",
"dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7"
"version": "0.16.9",
"dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a",
"internalRef": "231974277"
"sha": "f26c727dde5051abefc5ad9e7dee82a2686ad2b0",
"internalRef": "232306662"
}
},
{
Expand Down

0 comments on commit a302426

Please sign in to comment.