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 a266ec4 commit 5619a24Copy full SHA for 5619a24
Sources/Testing/ExitTests/ExitTest.swift
@@ -324,8 +324,8 @@ extension ExitTest {
324
/// (typically a child process) and running the exit test identified by
325
/// `sourceLocation` there.
326
///
327
- /// In the child environment, you can find the exit test again using
328
- /// ``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
329
/// ``ExitTest/callAsFunction()``.
330
331
/// The parent environment should suspend until the results of the exit test
0 commit comments