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 0f779e2 commit 492e1a5Copy full SHA for 492e1a5
Sources/IssueReporting/ErrorReporting.swift
@@ -44,7 +44,7 @@ public func withErrorReporting<R>(
44
/// - filePath: The source `#filePath` associated with the error reporting.
45
/// - line: The source `#line` associated with the error reporting.
46
/// - column: The source `#column` associated with the error reporting.
47
-/// - body: A synchronous operation.
+/// - body: An asynchronous operation.
48
/// - Returns: The optional result of the operation, or `nil` if an error was thrown.
49
@_transparent
50
public func withErrorReporting<R>(
0 commit comments