We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24c094 commit a219f04Copy full SHA for a219f04
Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md
@@ -450,7 +450,7 @@ todo // Shared<Todo>
450
451
[mutating-shared-state-article]: https://swiftpackageindex.com/pointfreeco/swift-sharing/main/documentation/sharing/mutatingsharedstate
452
453
-While the [`@Shared`](<doc:Shared>) property wrapper makes it possible to treat shared state
+While the `@Shared` property wrapper makes it possible to treat shared state
454
_mostly_ like regular state, you do have to perform some extra steps to mutate shared state.
455
This is because shared state is technically a reference deep down, even
456
though we take extra steps to make it appear value-like. And this means it's possible to mutate the
0 commit comments