File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments