Skip to content

Commit 9fc79df

Browse files
committed
minor change to readme.md
1 parent 6d725e3 commit 9fc79df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ for more examples. The source files may be found in `src/tests/`.
107107
108108
! clean up
109109
call json%destroy()
110-
if (json_failed()) stop 1
110+
if (json_failed()) stop 1
111111
112112
end program example1
113113
```
@@ -183,7 +183,7 @@ of `json_value` pointers. For more examples see unit tests 2,4 and 7 in `src/te
183183
184184
!cleanup:
185185
call json_destroy(p)
186-
if (json_failed()) stop 1
186+
if (json_failed()) stop 1
187187
188188
end program example2
189189
```

0 commit comments

Comments
 (0)