Skip to content

Commit ea36527

Browse files
committed
Fix DocC
1 parent c727506 commit ea36527

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Testing/Traits/ConditionTrait+Macro.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ extension Trait where Self == ConditionTrait {
126126
}
127127

128128
/// Create a trait controlling availability of a test based on an
129-
/// `@available(*, unavailable)` attribute applied to it.
129+
/// `@_unavailableInEmbedded` attribute applied to it.
130130
///
131131
/// - Parameters:
132-
/// - message: The `message` parameter of the availability attribute.
133132
/// - sourceLocation: The source location of the test.
134133
///
135134
/// - Returns: A trait.

0 commit comments

Comments
 (0)