Skip to content

Commit ad5298a

Browse files
authored
Fix incorrect comment
Fixes #7
1 parent 5867388 commit ad5298a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function setDocument(db) {
165165
country: 'USA'
166166
};
167167

168-
// Add a new document in collection "cities" with ID 'DC'
168+
// Add a new document in collection "cities" with ID 'LA'
169169
var setDoc = db.collection('cities').doc('LA').set(data);
170170
// [END set_document]
171171

0 commit comments

Comments
 (0)