Skip to content

Commit 1b6cd43

Browse files
authored
test:Update index.ts (#368)
Adds a period to a comment to test the previous commit.
1 parent 59bc479 commit 1b6cd43

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
@@ -27,7 +27,7 @@ async function initMap(): Promise<void> {
2727
// [END maps_add_map_instantiate_map]
2828

2929
// [START maps_add_map_instantiate_marker]
30-
// The marker, positioned at Uluru
30+
// The marker, positioned at Uluru.
3131
const marker = new AdvancedMarkerElement({map, position, title: 'Uluru'});
3232
// [END maps_add_map_instantiate_marker]
3333
}

0 commit comments

Comments
 (0)