Skip to content

Commit f9fbc46

Browse files
authored
test:Update index.ts (#364)
Adds a period to a comment to make a very small change to test a workflow update in the previous CL.
1 parent 868bd16 commit f9fbc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/place-autocomplete-map/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
3737
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
3838
// [END maps_place_autocomplete_map_add]
3939

40-
// Create the marker and infowindow
40+
// Create the marker and infowindow.
4141
marker = new google.maps.marker.AdvancedMarkerElement({
4242
map,
4343
});
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
8282
}
8383

8484
initMap();
85-
// [END maps_place_autocomplete_map]
85+
// [END maps_place_autocomplete_map]

0 commit comments

Comments
 (0)