Skip to content

Commit 9cc94f4

Browse files
Fixing API documentation for 'id' (#163)
1 parent dde2233 commit 9cc94f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class DocumentReference {
192192
}
193193

194194
/**
195-
* The last path document of the referenced document.
195+
* The last path element of the referenced document.
196196
*
197197
* @type {string}
198198
* @name DocumentReference#id
@@ -2046,7 +2046,7 @@ class CollectionReference extends Query {
20462046
}
20472047

20482048
/**
2049-
* ID of the referenced collection.
2049+
* The last path element of the referenced collection.
20502050
*
20512051
* @type {string}
20522052
* @name CollectionReference#id

0 commit comments

Comments
 (0)