Skip to content

Commit

Permalink
Fix inconsistent formatting in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed May 27, 2021
1 parent a9ce74e commit 49b3fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/classids.html
Expand Up @@ -157,7 +157,7 @@ <h3>Why can't JaCoCo simply use the class name to identify classes?</h3>
runtime &mdash; e.g. different method ordering or additional branches &mdash;
we would end-up with different probes. For example the probe at index
<code>i</code> would be in method <code>a()</code> and not in method
<b>b()</b>. Obviously this will create random coverage results.
<code>b()</code>. Obviously this will create random coverage results.
</p>

<h3>Why do I get an error when I try to analyze multiple versions of the same
Expand Down

0 comments on commit 49b3fe4

Please sign in to comment.