Skip to content

Commit 07620b2

Browse files
authored
test:Update index.ts (#391)
Adds a small change (modifies a code comment) to test the previous commit.
1 parent d52e076 commit 07620b2

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
@@ -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]

0 commit comments

Comments
 (0)