We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a8a901 + 634da68 commit 46309cbCopy full SHA for 46309cb
src/stdlib_experimental_error.md
@@ -1,7 +1,7 @@
1
# Catching and handling errors
2
3
* [`check` - Checks the value of a logical condition](#check---checks-the-value-of-a-logical-condition)
4
-* [`error_stop` - aborts a program](#error_stop---aborts-a-program)
+* [`error_stop` - aborts the program](#error_stop---aborts-the-program)
5
6
7
## `check` - Checks the value of a logical condition
@@ -75,7 +75,7 @@ program demo_check3
75
end program demo_check3
76
```
77
78
-## `error_stop` - aborts a program
+## `error_stop` - aborts the program
79
80
### Description
81
0 commit comments