From 43cb0f9a2c9bf293ecc757a5303e68dc2a2127ed Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Tue, 7 May 2024 10:43:07 -0400 Subject: [PATCH] Fix some DocC symbol typos --- Sources/Testing/Traits/Bug.swift | 4 ++-- Sources/Testing/Traits/Tags/Tag.List.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Testing/Traits/Bug.swift b/Sources/Testing/Traits/Bug.swift index 10971a4d5..cdb074fda 100644 --- a/Sources/Testing/Traits/Bug.swift +++ b/Sources/Testing/Traits/Bug.swift @@ -12,8 +12,8 @@ /// /// To add this trait to a test, use one of the following functions: /// -/// - ``Trait/bug(_:_:)-86mmm`` -/// - ``Trait/bug(_:_:)-3hsi5`` +/// - ``Trait/bug(_:_:)-2u8j9`` +/// - ``Trait/bug(_:_:)-7mo2w`` public struct Bug { /// The identifier of this bug in the associated bug-tracking system. /// diff --git a/Sources/Testing/Traits/Tags/Tag.List.swift b/Sources/Testing/Traits/Tags/Tag.List.swift index eaa1b42dc..9abb73848 100644 --- a/Sources/Testing/Traits/Tags/Tag.List.swift +++ b/Sources/Testing/Traits/Tags/Tag.List.swift @@ -78,7 +78,7 @@ extension Trait where Self == Tag.List { /// /// This function is provided as a convenience to allow specifying tags as /// string values. To specify a mix of tags identified by symbol (such as - /// ``Tag/red``) and tags identified by string value (such as `"important"`), + /// `.example`) and tags identified by string value (such as `"important"`), /// use two separate calls to this function and pass symbols separately from /// string values: ///