Skip to content

Commit 7ea6284

Browse files
ykc415gpeal
authored andcommitted
Fix typo (airbnb#236)
1 parent 32bf432 commit 7ea6284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvrx/src/main/kotlin/com/airbnb/mvrx/RealMvRxStateStore.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class RealMvRxStateStore<S : Any>(initialState: S) : MvRxStateStore<S> {
172172
/**
173173
* Flushes the setState and getState queues.
174174
*
175-
* This will flush he setState queue then call the first element on the getState queue.
175+
* This will flush the setState queue then call the first element on the getState queue.
176176
*
177177
* In case the setState queue calls setState, we call flushQueues recursively to flush the setState queue
178178
* in between every getState block gets processed.

0 commit comments

Comments
 (0)