Skip to content

Commit c9a46ca

Browse files
committed
Typo
1 parent aa50afd commit c9a46ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Testing/ExitTests/ExitTest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ extension ExitTest {
313313
/// (typically a child process) and running the exit test identified by
314314
/// `sourceLocation` there.
315315
///
316-
/// In the child environment, you can find the exit test again using
317-
/// ``ExitTest/find(at:)`` and can be run by calling
316+
/// In the child environment, you can find the exit test again by calling
317+
/// ``ExitTest/find(at:)`` and can run it by calling
318318
/// ``ExitTest/callAsFunction()``.
319319
///
320320
/// The parent environment should suspend until the results of the exit test

0 commit comments

Comments
 (0)