Skip to content

Commit 5619a24

Browse files
committed
Typo
1 parent a266ec4 commit 5619a24

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
@@ -324,8 +324,8 @@ extension ExitTest {
324324
/// (typically a child process) and running the exit test identified by
325325
/// `sourceLocation` there.
326326
///
327-
/// In the child environment, you can find the exit test again using
328-
/// ``ExitTest/find(at:)`` and can be run by calling
327+
/// In the child environment, you can find the exit test again by calling
328+
/// ``ExitTest/find(at:)`` and can run it by calling
329329
/// ``ExitTest/callAsFunction()``.
330330
///
331331
/// The parent environment should suspend until the results of the exit test

0 commit comments

Comments
 (0)