Skip to content

Commit 3dbabf0

Browse files
authored
Fix formatting in Objective-C interop documentation
1 parent 7803454 commit 3dbabf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/interop/objective-c-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ and how Apple's APIs handle concurrency:
352352

353353
1. Dart isolates aren't the same thing as threads.
354354
Isolates run on threads but aren't
355-
2. guaranteed to run on any particular thread,
355+
guaranteed to run on any particular thread,
356356
and the VM might change which thread an isolate is
357357
running on without warning.
358358
There is an [open feature request][] to enable isolates to be

0 commit comments

Comments
 (0)