Skip to content
Snippets Groups Projects
Commit dcad7213 authored by Valentin Perrelle's avatar Valentin Perrelle
Browse files

fix md syntax

parent a4a9f262
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ frama-c example.c -aorai-automata example.ya -then-last -wp
The following command generates the `example_loop_annot.c` file
```sh
frama-c example_loop.c -aorai-automata example_loop.ya -then-last -ocode example_loop_annot.c` file
frama-c example_loop.c -aorai-automata example_loop.ya -then-last -ocode example_loop_annot.c file
```
In order to decide if the original program is correct wrt the property, it is sufficient to establish than the generated C is valid. For instance, with the WP plugin:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment