Skip to content

Commit a219f04

Browse files
authored
Update Sources/ComposableArchitecture/Documentation.docc/Articles/SharingState.md
1 parent e24c094 commit a219f04

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
@@ -450,7 +450,7 @@ todo // Shared<Todo>
450450

451451
[mutating-shared-state-article]: https://swiftpackageindex.com/pointfreeco/swift-sharing/main/documentation/sharing/mutatingsharedstate
452452

453-
While the [`@Shared`](<doc:Shared>) property wrapper makes it possible to treat shared state
453+
While the `@Shared` property wrapper makes it possible to treat shared state
454454
_mostly_ like regular state, you do have to perform some extra steps to mutate shared state.
455455
This is because shared state is technically a reference deep down, even
456456
though we take extra steps to make it appear value-like. And this means it's possible to mutate the

0 commit comments

Comments
 (0)