We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbdb89 commit 4141a40Copy full SHA for 4141a40
Guide.docc/Articles/SeparateDataBindingFromStyles.md
@@ -66,7 +66,7 @@ struct FlavorSelectSection: View {
66
}
67
```
68
69
-これにより、同じスタイルを異なるの型のデータを使ったPickerにも同じスタイルを適用できます。
+これにより、同じスタイルを異なる型のデータを使ったPickerにも同じスタイルを適用できます。
70
71
```swift
72
enum Topping: String, CaseIterable, Identifiable {
0 commit comments