Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proposals/0461-async-function-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ struct S: Sendable {
```

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

Expand Down