Skip to content

Commit 2e2c267

Browse files
authored
[SE-0431] Fix typo
1 parent 8767f69 commit 2e2c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0431-isolated-any-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ to this proposal.
336336
In order for a call to an `@isolated(any)` function to be treated as
337337
not crossing an isolation boundary, the caller must be known to have
338338
the same isolation as the function. Since the isolation of an
339-
`@isoalted(any)` parameter is necessarily an opaque value, this would
339+
`@isolated(any)` parameter is necessarily an opaque value, this would
340340
require the caller to be declared with value-specific isolation. It
341341
is currently not possible for a local function or closure to be
342342
isolated to a specific value that isn't already the isolation of the

0 commit comments

Comments
 (0)