diff options
Diffstat (limited to 'doc/howitworks.rst')
-rw-r--r-- | doc/howitworks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/howitworks.rst b/doc/howitworks.rst index 62af42e3..0e11c29e 100644 --- a/doc/howitworks.rst +++ b/doc/howitworks.rst @@ -83,8 +83,8 @@ Reporting Once we have the set of executed lines and missing lines, reporting is just a matter of formatting that information in a useful way. Each reporting method -(text, html, annotated source, xml) has a different output format, but the -process is the same: write out the information in the particular format, +(text, html, json, annotated source, xml) has a different output format, but +the process is the same: write out the information in the particular format, possibly including the source code itself. |