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 cf49214 commit b33ce9bCopy full SHA for b33ce9b
Examples/Sources/MacroExamples/Interface/PeerMacros.swift
@@ -18,7 +18,7 @@ public macro AddAsync() = #externalMacro(module: "MacroExamplesImplementation",
18
// MARK: - Add Completion Handler
19
20
/// Adds a "completionHandler" variant of an async function, which creates a new
21
-/// task , calls thh original async function, and delivers its result to the completion
+/// task , calls the original async function, and delivers its result to the completion
22
/// handler.
23
@attached(peer, names: overloaded)
24
public macro AddCompletionHandler() = #externalMacro(module: "MacroExamplesImplementation", type: "AddCompletionHandlerMacro")
0 commit comments