Skip to content

Commit 2967f6c

Browse files
authored
Merge pull request #3011 from barbaramartina/patch-3
[SE-0461][Typo] Update async function isolation documentation
2 parents 00bcd87 + 82b7bdf commit 2967f6c

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 this attribute with
341341
an isolation other than `nonisolated`, including global actors, isolated
342342
parameters, and `@isolated(any)`:
343343

0 commit comments

Comments
 (0)