We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa50afd commit c9a46caCopy full SHA for c9a46ca
Sources/Testing/ExitTests/ExitTest.swift
@@ -313,8 +313,8 @@ extension ExitTest {
313
/// (typically a child process) and running the exit test identified by
314
/// `sourceLocation` there.
315
///
316
- /// In the child environment, you can find the exit test again using
317
- /// ``ExitTest/find(at:)`` and can be run by calling
+ /// In the child environment, you can find the exit test again by calling
+ /// ``ExitTest/find(at:)`` and can run it by calling
318
/// ``ExitTest/callAsFunction()``.
319
320
/// The parent environment should suspend until the results of the exit test
0 commit comments