Skip to content

Commit 46309cb

Browse files
committed
Merge branch 'spec_check' of https://github.com/jvdp1/stdlib into spec_check
2 parents 6a8a901 + 634da68 commit 46309cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_experimental_error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Catching and handling errors
22

33
* [`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)
4+
* [`error_stop` - aborts the program](#error_stop---aborts-the-program)
55

66

77
## `check` - Checks the value of a logical condition
@@ -75,7 +75,7 @@ program demo_check3
7575
end program demo_check3
7676
```
7777

78-
## `error_stop` - aborts a program
78+
## `error_stop` - aborts the program
7979

8080
### Description
8181

0 commit comments

Comments
 (0)