Skip to content

Commit 99f9ca1

Browse files
authored
test:Update index.ts (#475)
Makes a small, inconsequential change to test workflow changes.
1 parent 3163c17 commit 99f9ca1

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, Australia.
1313
const position = {lat: -25.344, lng: 131.031};
1414

1515
// Request the needed libraries.

0 commit comments

Comments
 (0)