Skip to content

Commit 38be26d

Browse files
committed
Fix a couple of typos
1 parent 7e5cc8f commit 38be26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Proposals/NNNN-exit-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ These macros take an argument of the new enumeration `ExitCondition`. This type
121121
describes how the child process is expected to have exited:
122122

123123
- With a specific exit code (as passed to the C standard function `exit()` or a
124-
platform equivalent;
125-
- With a specific signal (on POSIX-like platforms that support signal handling;
124+
platform-specific equivalent);
125+
- With a specific signal (on POSIX-like platforms that support signal handling);
126126
- With any successful status; or
127127
- With any failure status.
128128

0 commit comments

Comments
 (0)