File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ private extension StoreContext {
316
316
currentScopeKey: cache. initScopeKey
317
317
)
318
318
319
- let didUpdate = localContext. transiteveUpdate ( for: key, cache: cache)
319
+ let didUpdate = localContext. transitiveUpdate ( for: key, cache: cache)
320
320
321
321
guard didUpdate else {
322
322
// Record the atom to avoid downstream from being update.
@@ -386,7 +386,7 @@ private extension StoreContext {
386
386
notifyUpdateToObservers ( scopeKeys: updatedScopeKeys)
387
387
}
388
388
389
- func transiteveUpdate ( for key: AtomKey , cache: some AtomCacheProtocol ) -> Bool {
389
+ func transitiveUpdate ( for key: AtomKey , cache: some AtomCacheProtocol ) -> Bool {
390
390
// Overridden atoms don't get updated transitively.
391
391
let newValue = getValue ( of: cache. atom, for: key, override: nil )
392
392
You can’t perform that action at this time.
0 commit comments