Skip to content

Commit 5f81362

Browse files
authored
Update index.ts (#402)
Makes a small change to test the new approve-merge changes.
1 parent 576537d commit 5f81362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/add-map/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
let map;
1010
async function initMap(): Promise<void> {
1111
// [START maps_add_map_instantiate_map]
12-
// The location of Uluru
12+
// The location of Uluru.
1313
const position = {lat: -25.344, lng: 131.031};
1414

1515
// Request needed libraries.

0 commit comments

Comments
 (0)