Skip to content

Commit

Permalink
Fixing API documentation for 'id' (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Mar 21, 2018
1 parent dde2233 commit 9cc94f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class DocumentReference {
}

/**
* The last path document of the referenced document.
* The last path element of the referenced document.
*
* @type {string}
* @name DocumentReference#id
Expand Down Expand Up @@ -2046,7 +2046,7 @@ class CollectionReference extends Query {
}

/**
* ID of the referenced collection.
* The last path element of the referenced collection.
*
* @type {string}
* @name CollectionReference#id
Expand Down

0 comments on commit 9cc94f4

Please sign in to comment.