Skip to content

Commit d6cd425

Browse files
Update async function isolation documentation
Small typo / unnecessary "the these" words combination.
1 parent 80f2fa5 commit d6cd425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0461-async-function-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ struct S: Sendable {
337337
```
338338

339339
Only (implicitly or explicitly) `nonisolated` functions can be marked with
340-
`@concurrent`; it is an error to use the these attributes with
340+
`@concurrent`; it is an error to use these attributes with
341341
an isolation other than `nonisolated`, including global actors, isolated
342342
parameters, and `@isolated(any)`:
343343

0 commit comments

Comments
 (0)