Skip to content

Commit b33ce9b

Browse files
authored
Update PeerMacros.swift
1 parent cf49214 commit b33ce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Sources/MacroExamples/Interface/PeerMacros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public macro AddAsync() = #externalMacro(module: "MacroExamplesImplementation",
1818
// MARK: - Add Completion Handler
1919

2020
/// 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
21+
/// task , calls the original async function, and delivers its result to the completion
2222
/// handler.
2323
@attached(peer, names: overloaded)
2424
public macro AddCompletionHandler() = #externalMacro(module: "MacroExamplesImplementation", type: "AddCompletionHandlerMacro")

0 commit comments

Comments
 (0)