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 6faa720 commit 89905a7Copy full SHA for 89905a7
Sources/Testing/ExitTests/ExitTest.swift
@@ -292,8 +292,8 @@ extension ExitTest {
292
/// (typically a child process) and running the exit test identified by
293
/// `sourceLocation` there.
294
///
295
- /// In the child environment, you can find the exit test again using
296
- /// ``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
297
/// ``ExitTest/callAsFunction()``.
298
299
/// The parent environment should suspend until the results of the exit test
0 commit comments