Skip to content

Commit 24a5698

Browse files
authored
Fix formatting in installGlobalExecutor doc comment
1 parent 6e62619 commit 24a5698

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/JavaScriptEventLoop/JavaScriptEventLoop.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ public final class JavaScriptEventLoop: SerialExecutor, @unchecked Sendable {
8484

8585
/// Set JavaScript event loop based executor to be the global executor
8686
/// Note that this should be called before any of the jobs are created.
87-
/// This installation step will be unnecessary after the custom-executor will be introduced officially.
88-
/// See also: https://github.com/rjmccall/swift-evolution/blob/custom-executors/proposals/0000-custom-executors.md#the-default-global-concurrent-executor
87+
/// This installation step will be unnecessary after custom executor are
88+
/// introduced officially. See also [a draft proposal for custom
89+
/// executors](https://github.com/rjmccall/swift-evolution/blob/custom-executors/proposals/0000-custom-executors.md#the-default-global-concurrent-executor)
8990
public static func installGlobalExecutor() {
9091
guard !didInstallGlobalExecutor else { return }
9192

0 commit comments

Comments
 (0)