Skip to content

Commit 3e0f3f7

Browse files
committed
Merge branch 'spec_check' of https://github.com/jvdp1/stdlib into spec_check
2 parents d3de2a2 + aafebaf commit 3e0f3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_experimental_error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Aborts the program with a message and a nonzero exit code.
9393

9494
### Output
9595

96-
Aborts the program with printing the message `msg` to `stderr` and a nonzero exit code. The nonzero exit code is equal to `code` if provided.
96+
Aborts the program with printing the message `msg` to `stderr` and a nonzero exit code. The nonzero exit code is equal to `code` if provided, and 1 otherwise.
9797

9898
### Example
9999

0 commit comments

Comments
 (0)