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 7803454 commit 3dbabf0Copy full SHA for 3dbabf0
src/content/interop/objective-c-interop.md
@@ -352,7 +352,7 @@ and how Apple's APIs handle concurrency:
352
353
1. Dart isolates aren't the same thing as threads.
354
Isolates run on threads but aren't
355
-2. guaranteed to run on any particular thread,
+ guaranteed to run on any particular thread,
356
and the VM might change which thread an isolate is
357
running on without warning.
358
There is an [open feature request][] to enable isolates to be
0 commit comments