We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 275b77e + e7b0fd5 commit 1922237Copy full SHA for 1922237
proposals/0430-transferring-parameters-and-results.md
@@ -372,12 +372,12 @@ struct Y2: P1 {
372
}
373
```
374
375
-### `sending inout` parameters
+### `inout sending` parameters
376
377
A `sending` parameter can also be marked as `inout`, meaning that the argument
378
value must be in a disconnected region when passed to the function, and the
379
parameter value must be in a disconnected region when the function
380
-returns. Inside the function, the `sending inout` parameter can be merged with
+returns. Inside the function, the `inout sending` parameter can be merged with
381
actor-isolated callees or further sent as long as the parameter is
382
re-assigned a value in a disconnected region upon function exit.
383
0 commit comments