Skip to content

Commit 4141a40

Browse files
committed
fix typo
1 parent 3dbdb89 commit 4141a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guide.docc/Articles/SeparateDataBindingFromStyles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct FlavorSelectSection: View {
6666
}
6767
```
6868

69-
これにより、同じスタイルを異なるの型のデータを使ったPickerにも同じスタイルを適用できます
69+
これにより、同じスタイルを異なる型のデータを使ったPickerにも同じスタイルを適用できます
7070

7171
```swift
7272
enum Topping: String, CaseIterable, Identifiable {

0 commit comments

Comments
 (0)