Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 27, 2016
1 parent bf8e80e commit e1ef553
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bigquery/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START bigquery_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for Google BigQuery
const bigquery = require('@google-cloud/bigquery')({
projectId: 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion datastore/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START datastore_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for Google Cloud Datastore
const datastore = require('@google-cloud/datastore')({
projectId: 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion logging/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START logging_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for Stackdriver Logging
const logging = require('@google-cloud/logging')({
projectId: 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion pubsub/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START pubsub_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for Google Cloud Pub/Sub
const pubsub = require('@google-cloud/pubsub')({
projectId: 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion storage/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START storage_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for Google Cloud Storage
const storage = require('@google-cloud/storage')({
projectId: 'YOUR_PROJECT_ID'
Expand Down
2 changes: 1 addition & 1 deletion translate/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'use strict';

// [START translate_quickstart]
// Import and instantiate the Google Cloud client library
// Imports and instantiates the Google Cloud client library
// for the Google Translate API
const translate = require('@google-cloud/translate')({
key: 'YOUR_API_KEY'
Expand Down

0 comments on commit e1ef553

Please sign in to comment.