Skip to content

Commit 492e1a5

Browse files
committed
wip
1 parent 0f779e2 commit 492e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IssueReporting/ErrorReporting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public func withErrorReporting<R>(
4444
/// - filePath: The source `#filePath` associated with the error reporting.
4545
/// - line: The source `#line` associated with the error reporting.
4646
/// - column: The source `#column` associated with the error reporting.
47-
/// - body: A synchronous operation.
47+
/// - body: An asynchronous operation.
4848
/// - Returns: The optional result of the operation, or `nil` if an error was thrown.
4949
@_transparent
5050
public func withErrorReporting<R>(

0 commit comments

Comments
 (0)