Skip to content

Commit f0f899d

Browse files
authored
[Basic] Fix typo
1 parent 1101f5c commit f0f899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Basic/Await.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
99
*/
1010

11-
/// Converts an asynchronous method having callback using Result enum to asynchronous.
11+
/// Converts an asynchronous method having callback using Result enum to synchronous.
1212
///
1313
/// - Parameter body: The async method must be called inside this body and closure provided in the parameter
1414
/// should be passed to the async method's completion handler.

0 commit comments

Comments
 (0)