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.
1 parent 8767f69 commit 2e2c267Copy full SHA for 2e2c267
proposals/0431-isolated-any-functions.md
@@ -336,7 +336,7 @@ to this proposal.
336
In order for a call to an `@isolated(any)` function to be treated as
337
not crossing an isolation boundary, the caller must be known to have
338
the same isolation as the function. Since the isolation of an
339
-`@isoalted(any)` parameter is necessarily an opaque value, this would
+`@isolated(any)` parameter is necessarily an opaque value, this would
340
require the caller to be declared with value-specific isolation. It
341
is currently not possible for a local function or closure to be
342
isolated to a specific value that isn't already the isolation of the
0 commit comments