Skip to content

Commit 49ea634

Browse files
committed
Fix typo in a nearby comment
1 parent 334c3c7 commit 49ea634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Discovery.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protocol TestContent: ~Copyable {
4848
/// `ABI/TestContent.md` for a list of values and corresponding types.
4949
static var testContentKind: UInt32 { get }
5050

51-
/// A type of "hint" passed to ``discover(withHint:)`` to help the testing
51+
/// A type of "hint" passed to ``allTestContentRecords()`` to help the testing
5252
/// library find the correct result.
5353
///
5454
/// By default, this type equals `Never`, indicating that this type of test

0 commit comments

Comments
 (0)