Skip to content

Commit aafebaf

Browse files
jvdp1milancurcic
andauthored
Update src/stdlib_experimental_error.md
Co-Authored-By: Milan Curcic <caomaco@gmail.com>
1 parent af02310 commit aafebaf

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)