Skip to content

Commit ee471f3

Browse files
authored
Fixed minor typo
1 parent b1f0bc4 commit ee471f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For example, Swift 5.6 would allow the following code, which at runtime would co
9696

9797
* [SE-0341][]:
9898

99-
Opaque types can now be used in the parameters of functions and subscripts, wher they provide a shorthand syntax for the introduction of a generic parameter. For example, the following:
99+
Opaque types can now be used in the parameters of functions and subscripts, when they provide a shorthand syntax for the introduction of a generic parameter. For example, the following:
100100

101101
```swift
102102
func horizontal(_ v1: some View, _ v2: some View) -> some View {

0 commit comments

Comments
 (0)