Skip to content

Commit c1ca2bb

Browse files
Update dist folder [skip ci] (#418)
Co-authored-by: William French <[email protected]>
1 parent 35db800 commit c1ca2bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/samples/add-map/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_add_map]
8-
// Initialize and add the map.
8+
// Initialize and add the map
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77
// [START maps_add_map]
8-
// Initialize and add the map.
8+
// Initialize and add the map
99
let map;
1010
async function initMap() {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/docs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_add_map]
8-
// Initialize and add the map.
8+
// Initialize and add the map
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]

dist/samples/add-map/jsfiddle/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
// Initialize and add the map.
8+
// Initialize and add the map
99
let map;
1010
async function initMap() {
1111

0 commit comments

Comments
 (0)