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 a364aed + 53e8311 commit 858f78bCopy full SHA for 858f78b
docs/ReferenceGuides/UnderscoredAttributes.md
@@ -272,7 +272,7 @@ class C {
272
273
(Note that it is "inherit", not "inherits", unlike below.)
274
275
-Marks that a `@Sendable async` closure argument should inherited the actor
+Marks that a `@Sendable async` closure argument should inherit the actor
276
context (i.e. what actor it should be run on) based on the declaration site
277
of the closure. This is different from the typical behavior, where the closure
278
may be runnable anywhere unless its type specifically declares that it will
0 commit comments