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 3a72012 commit b6daa9fCopy full SHA for b6daa9f
proposals/0431-isolated-any-functions.md
@@ -641,7 +641,7 @@ Examples that should usually not use `@isolated(any)` include:
641
It would be convenient in some cases to be able to assert that the
642
current synchronous context is already isolated to the isolation of
643
an `@isolated(any)` function, allowing the function to be called without
644
-crossing isoaltion. Similar functionality is provided by the
+crossing isolation. Similar functionality is provided by the
645
`assumeIsolated` function introduced by [SE-0392][SE-0392].
646
Unfortunately, the current `assumeIsolated` function is inadequate
647
for this purpose for several reasons.
0 commit comments