Skip to content

Commit b6daa9f

Browse files
typo in 0431-isolated-any-functions.md (#2468)
1 parent 3a72012 commit b6daa9f

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
@@ -641,7 +641,7 @@ Examples that should usually not use `@isolated(any)` include:
641641
It would be convenient in some cases to be able to assert that the
642642
current synchronous context is already isolated to the isolation of
643643
an `@isolated(any)` function, allowing the function to be called without
644-
crossing isoaltion. Similar functionality is provided by the
644+
crossing isolation. Similar functionality is provided by the
645645
`assumeIsolated` function introduced by [SE-0392][SE-0392].
646646
Unfortunately, the current `assumeIsolated` function is inadequate
647647
for this purpose for several reasons.

0 commit comments

Comments
 (0)