This commit is contained in:
Stephen Celis
2024-02-09 11:27:49 -08:00
parent 616e30b064
commit 87b77a8bae

View File

@@ -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>