Skip to content

Commit 500a043

Browse files
authored
Fix some DocC symbol typos (#405)
Fix some DocC symbol typos. Self-reviewing. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent c105aa1 commit 500a043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/Testing/Traits/Bug.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
///
1313
/// To add this trait to a test, use one of the following functions:
1414
///
15-
/// - ``Trait/bug(_:_:)-86mmm``
16-
/// - ``Trait/bug(_:_:)-3hsi5``
15+
/// - ``Trait/bug(_:_:)-2u8j9``
16+
/// - ``Trait/bug(_:_:)-7mo2w``
1717
public struct Bug {
1818
/// The identifier of this bug in the associated bug-tracking system.
1919
///

Sources/Testing/Traits/Tags/Tag.List.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extension Trait where Self == Tag.List {
7878
///
7979
/// This function is provided as a convenience to allow specifying tags as
8080
/// string values. To specify a mix of tags identified by symbol (such as
81-
/// ``Tag/red``) and tags identified by string value (such as `"important"`),
81+
/// `.example`) and tags identified by string value (such as `"important"`),
8282
/// use two separate calls to this function and pass symbols separately from
8383
/// string values:
8484
///

0 commit comments

Comments
 (0)