Skip to content

Commit 7c672ab

Browse files
committed
Replace ~Copyable with ~Escapable in the relevant documentation about Suite types.
1 parent 9015405 commit 7c672ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Testing/Test+Macro.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public typealias __XCTestCompatibleSelector = Never
5454
/// - traits: Zero or more traits to apply to this test suite.
5555
///
5656
/// A test suite is a type that contains one or more test functions. Any
57-
/// copyable type (that is, any type that is not marked `~Copyable`) may be a
57+
/// escapable type (that is, any type that is not marked `~Escapable`) may be a
5858
/// test suite.
5959
///
6060
/// The use of the `@Suite` attribute is optional; types are recognized as test
@@ -82,7 +82,7 @@ public macro Suite(
8282
/// - traits: Zero or more traits to apply to this test suite.
8383
///
8484
/// A test suite is a type that contains one or more test functions. Any
85-
/// copyable type (that is, any type that is not marked `~Copyable`) may be a
85+
/// escapable type (that is, any type that is not marked `~Escapable`) may be a
8686
/// test suite.
8787
///
8888
/// The use of the `@Suite` attribute is optional; types are recognized as test

0 commit comments

Comments
 (0)