Skip to content

Commit 00ae72f

Browse files
authored
[SE-0430] Fix typo. (#2637)
1 parent 4273835 commit 00ae72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0430-transferring-parameters-and-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ protocol P2 {
340340

341341
Following the function subtyping rules in the previous section, a protocol
342342
requirement with a `sending` parameter may be witnessed by a function with a
343-
non-`Sendable` typed parameter:
343+
non-`sending` parameter:
344344

345345
```swift
346346
struct X1: P1 {

0 commit comments

Comments
 (0)