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 1101f5c commit f0f899dCopy full SHA for f0f899d
Sources/Basic/Await.swift
@@ -8,7 +8,7 @@
8
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
*/
10
11
-/// Converts an asynchronous method having callback using Result enum to asynchronous.
+/// Converts an asynchronous method having callback using Result enum to synchronous.
12
///
13
/// - Parameter body: The async method must be called inside this body and closure provided in the parameter
14
/// should be passed to the async method's completion handler.
0 commit comments