Skip to content

Commit 3e8add3

Browse files
committed
Fix a couple of comment typos
1 parent 87ceeb4 commit 3e8add3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Testing/Test+Discovery+Legacy.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#if !SWT_NO_LEGACY_TEST_DISCOVERY
1212
@_spi(Experimental) @_spi(ForToolsIntegrationOnly) internal import _TestDiscovery
1313

14-
/// A protocol base class describing a type that contains tests.
14+
/// A protocol describing a type that contains tests.
1515
///
16-
/// - Warning: This class is used to implement the `@Test` macro. Do not use it
17-
/// directly.
16+
/// - Warning: This protocol is used to implement the `@Test` macro. Do not use
17+
/// it directly.
1818
@_alwaysEmitConformanceMetadata
1919
public protocol __TestContentRecordContainer {
2020
/// The test content record associated with this container.

0 commit comments

Comments
 (0)