manual: markdown fix

This commit is contained in:
Daniel Marjamäki 2020-08-25 18:16:14 +02:00
parent 56f1897961
commit 31d7acb99a
1 changed files with 1 additions and 0 deletions

View File

@ -966,6 +966,7 @@ If you run bug hunting analysis on this code then because Cppcheck can't prove
that x can't be 0 you will get a warning about division by zero.
Either:
- Right click on that warning and select "Edit contract..".
- Open the "Functions" tab at the bottom and lookup the "foo(x)" function. Then
double click on that.