manual: remove superflous dot

This commit is contained in:
Daniel Kroening 2019-03-23 14:45:14 +00:00
parent e6f133523e
commit 99d9f66405
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Unwinding](../cbmc/unwinding/).
In this tutorial, we present the automatic test suite generation In this tutorial, we present the automatic test suite generation
functionality of CBMC, by applying the MC/DC code coverage criterion to functionality of CBMC, by applying the MC/DC code coverage criterion to
a PID controller case study. In addition to `--cover mcdc`, other a PID controller case study. In addition to `--cover mcdc`, other
coverage criteria such as `branch`, `decision`, and `path`. are also coverage criteria such as `branch`, `decision`, and `path` are also
available when calling CBMC. available when calling CBMC.
### Coverage Criteria ### Coverage Criteria