Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

docs: fix example comments #115

Merged
merged 1 commit into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/v1/key_management_service_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class KeyManagementServiceClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -345,7 +345,7 @@ class KeyManagementServiceClient {
* // 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 @@ -487,7 +487,7 @@ class KeyManagementServiceClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -507,7 +507,7 @@ class KeyManagementServiceClient {
* // 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 @@ -653,7 +653,7 @@ class KeyManagementServiceClient {
* .then(responses => {
* const resources = responses[0];
* for (const resource of resources) {
* // doThingsWith(resources[i])
* // doThingsWith(resource)
* }
* })
* .catch(err => {
Expand All @@ -673,7 +673,7 @@ class KeyManagementServiceClient {
* // 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 synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-02T12:16:26.443368Z",
"updateTime": "2019-02-05T12:12:48.744059Z",
"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