Skip to content

Commit 89905a7

Browse files
committed
Typo
1 parent 6faa720 commit 89905a7

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
@@ -292,8 +292,8 @@ extension ExitTest {
292292
/// (typically a child process) and running the exit test identified by
293293
/// `sourceLocation` there.
294294
///
295-
/// In the child environment, you can find the exit test again using
296-
/// ``ExitTest/find(at:)`` and can be run by calling
295+
/// In the child environment, you can find the exit test again by calling
296+
/// ``ExitTest/find(at:)`` and can run it by calling
297297
/// ``ExitTest/callAsFunction()``.
298298
///
299299
/// The parent environment should suspend until the results of the exit test

0 commit comments

Comments
 (0)