Skip to content

Commit 1922237

Browse files
authored
Merge pull request #2499 from gottesmm/fix-typo-in-se-0430
Fix a typo in SE-0430.
2 parents 275b77e + e7b0fd5 commit 1922237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,12 @@ struct Y2: P1 {
372372
}
373373
```
374374

375-
### `sending inout` parameters
375+
### `inout sending` parameters
376376

377377
A `sending` parameter can also be marked as `inout`, meaning that the argument
378378
value must be in a disconnected region when passed to the function, and the
379379
parameter value must be in a disconnected region when the function
380-
returns. Inside the function, the `sending inout` parameter can be merged with
380+
returns. Inside the function, the `inout sending` parameter can be merged with
381381
actor-isolated callees or further sent as long as the parameter is
382382
re-assigned a value in a disconnected region upon function exit.
383383

0 commit comments

Comments
 (0)