Skip to content

Commit 3232328

Browse files
authored
fix hardcoded path from desktop editor
1 parent 6cc9f5f commit 3232328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-SerialExecutor-isIsolated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In most cases implementing this new API is preferable to implementing `checkIsol
9898

9999
The newly proposed `isIsolatingCurrentContext()` function participates in the previously established runtime isolation checking flow, and happens _before_ any calls to `checkIsolated()` are attempted. The following diagram explains the order of calls issued by the runtime to dynamically verify an isolation when e.g. `assumeIsolated()` is called:
100100

101-
![diagram illustrating which method is called when](/Users/ktoso/code/swift-evolution/proposals/nnnn-is-isolated-flow.png)
101+
![diagram illustrating which method is called when](nnnn-is-isolated-flow.png)
102102

103103

104104

0 commit comments

Comments
 (0)