Skip to content

Commit 6e0dbf8

Browse files
authored
Merge pull request #41913 from nhatlee/patch-1
Fixed a minor typo
2 parents b1f0bc4 + ee471f3 commit 6e0dbf8

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)