Skip to content

Commit 7342081

Browse files
mbrandonwpyrtsa
andauthored
Update Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md
Co-authored-by: Pyry Jahkola <[email protected]>
1 parent 546f1fd commit 7342081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ It is possible to use [`@Shared`](<doc:Shared>) in features that have not yet be
677677
the observation tools released in 1.7, such as the ``ObservableState()`` macro. In the reducer
678678
you can use `@Shared` regardless of your use of the observation tools.
679679

680-
However, if you are deploying to iOS 16 or earlier, then you must use `WithObservationTracking`
680+
However, if you are deploying to iOS 16 or earlier, then you must use `WithPerceptionTracking`
681681
in your views if you are accessing shared state. For example, the following view:
682682

683683
```swift

0 commit comments

Comments
 (0)