Skip to content

Commit a082866

Browse files
authored
Merge pull request swiftlang#2369 from owlsnakes/patch-1
Fix typo in PeerMacros.swift
2 parents cf49214 + b33ce9b commit a082866

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)