We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334c3c7 commit 49ea634Copy full SHA for 49ea634
Sources/Testing/Discovery.swift
@@ -48,7 +48,7 @@ protocol TestContent: ~Copyable {
48
/// `ABI/TestContent.md` for a list of values and corresponding types.
49
static var testContentKind: UInt32 { get }
50
51
- /// A type of "hint" passed to ``discover(withHint:)`` to help the testing
+ /// A type of "hint" passed to ``allTestContentRecords()`` to help the testing
52
/// library find the correct result.
53
///
54
/// By default, this type equals `Never`, indicating that this type of test
0 commit comments