Skip to content

Commit ffec302

Browse files
committed
wip
1 parent 47b74d4 commit ffec302

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/IssueReporting/Documentation.docc/IssueReporting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ breakpoints, assertions, and more.
77

88
This library provides robust tools for reporting issues in your application with a varying degree
99
of granularity and severity. In its most basic for you can use the unified
10-
``reportIssue(_:fileID:filePath:line:column:)`` function anywhere in your application to flag an
11-
issue with your code, such as a code path that you think should never be executed:
10+
[`reportIssue`](<doc:reportIssue(_:fileID:filePath:line:column:)>) function anywhere in your
11+
application to flag an issue with your code, such as a code path that you think should never be
12+
executed:
1213

1314
```swift
1415
guard let lastItem = items.last

0 commit comments

Comments
 (0)