diff --git a/proposals/0461-async-function-isolation.md b/proposals/0461-async-function-isolation.md index 47633dda33..fef2459dc9 100644 --- a/proposals/0461-async-function-isolation.md +++ b/proposals/0461-async-function-isolation.md @@ -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)`: