Skip to content

Commit c6447af

Browse files
authored
Typo fix RealStore.kt (#662)
Signed-off-by: Shabinder Singh <contact@shabinder.in>
1 parent 067bd41 commit c6447af

File tree

1 file changed

+1
-1
lines changed
  • store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl

1 file changed

+1
-1
lines changed

store/src/commonMain/kotlin/org/mobilenativefoundation/store/store5/impl/RealStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ internal class RealStore<Key : Any, Network : Any, Output : Any, Local : Any>(
104104

105105
val stream: Flow<StoreReadResponse<Output>> =
106106
if (sourceOfTruth == null) {
107-
// piggypack only if not specified fresh data AND we emitted a value from the cache
107+
// piggyback only if not specified fresh data AND we emitted a value from the cache
108108
val piggybackOnly = !request.refresh && cachedToEmit != null
109109
@Suppress("UNCHECKED_CAST")
110110

0 commit comments

Comments
 (0)