mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Fix typo
This commit is contained in:
@@ -634,8 +634,8 @@ In the view you must start holding onto the `store` in a bindable manner, which
|
||||
@Bindable var store: StoreOf<Feature>
|
||||
```
|
||||
|
||||
> Note: If targeting older Apple platorms where `@Bindable` is not available, you can use our
|
||||
backport of the property wrapper:
|
||||
> Note: If targeting older Apple platforms where `@Bindable` is not available, you can use our
|
||||
> backport of the property wrapper:
|
||||
>
|
||||
> ```swift
|
||||
> @Perception.Bindable var store: StoreOf<Feature>
|
||||
|
||||
Reference in New Issue
Block a user