Skip to content

Commit 3ec8bf1

Browse files
authored
Review Firestore source core files (#13390)
1 parent f27d79c commit 3ec8bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/core/query_listener.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void QueryListener::OnError(Status error) {
112112
}
113113

114114
/**
115-
* Returns whether a snaphsot was raised.
115+
* Returns whether a snapshot was raised.
116116
*/
117117
bool QueryListener::OnOnlineStateChanged(OnlineState online_state) {
118118
online_state_ = online_state;

0 commit comments

Comments
 (0)