Skip to content
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
2 changes: 1 addition & 1 deletion dist/samples/add-map/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// [START maps_add_map]
// Initialize and add the map
// Initialize and add the map.
let map;
async function initMap(): Promise<void> {
// [START maps_add_map_instantiate_map]
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

// [START maps_add_map]
// Initialize and add the map
// Initialize and add the map.
let map;
async function initMap(): Promise<void> {
// [START maps_add_map_instantiate_map]
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down