Skip to content

Commit 97ce638

Browse files
committed
updated comments
1 parent 07fb713 commit 97ce638

File tree

1 file changed

+1
-1
lines changed
  • packages/rxfire/firestore/collection

1 file changed

+1
-1
lines changed

packages/rxfire/firestore/collection/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export function sortedChanges(
156156

157157
/**
158158
* Create a stream of changes as they occur it time. This method is similar
159-
* to stateChanges() but it collects each event in an array over time.
159+
* to docChanges() but it collects each event in an array over time.
160160
*/
161161
export function auditTrail(
162162
query: firestore.Query,

0 commit comments

Comments
 (0)