Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/Testing/Traits/Bug.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/Testing/Traits/Tags/Tag.List.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
///
Expand Down