diff --git a/dist/samples/add-map/app/index.ts b/dist/samples/add-map/app/index.ts index 5549814c..1dd6a12d 100644 --- a/dist/samples/add-map/app/index.ts +++ b/dist/samples/add-map/app/index.ts @@ -5,7 +5,7 @@ */ // [START maps_add_map] -// Initialize and add the map. +// Initialize and add the map let map; async function initMap(): Promise { // [START maps_add_map_instantiate_map] diff --git a/dist/samples/add-map/docs/index.js b/dist/samples/add-map/docs/index.js index f60f1a13..cb2b0fb9 100644 --- a/dist/samples/add-map/docs/index.js +++ b/dist/samples/add-map/docs/index.js @@ -5,7 +5,7 @@ * SPDX-License-Identifier: Apache-2.0 */ // [START maps_add_map] -// Initialize and add the map. +// Initialize and add the map let map; async function initMap() { // [START maps_add_map_instantiate_map] diff --git a/dist/samples/add-map/docs/index.ts b/dist/samples/add-map/docs/index.ts index 5549814c..1dd6a12d 100644 --- a/dist/samples/add-map/docs/index.ts +++ b/dist/samples/add-map/docs/index.ts @@ -5,7 +5,7 @@ */ // [START maps_add_map] -// Initialize and add the map. +// Initialize and add the map let map; async function initMap(): Promise { // [START maps_add_map_instantiate_map] diff --git a/dist/samples/add-map/jsfiddle/demo.js b/dist/samples/add-map/jsfiddle/demo.js index 0d65a82c..5ab60f52 100644 --- a/dist/samples/add-map/jsfiddle/demo.js +++ b/dist/samples/add-map/jsfiddle/demo.js @@ -5,7 +5,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -// Initialize and add the map. +// Initialize and add the map let map; async function initMap() {