aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2021-04-19 23:15:09 +0200
committerGitHub <noreply@github.com>2021-04-19 23:15:09 +0200
commitc089ed7f43cceca0e2183d52f6ed705b2a3165ae (patch)
treedffd29bd29ad087e9a9fd6f67b77bcfdbf431969
parent2eca2f29b22b2dd78bcc7e5869e02ef18092eab9 (diff)
downloadjacoco-c089ed7f43cceca0e2183d52f6ed705b2a3165ae.tar.gz
Fix wording (#1109)
-rw-r--r--org.jacoco.doc/docroot/doc/flow.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.doc/docroot/doc/flow.html b/org.jacoco.doc/docroot/doc/flow.html
index d194bc1a..59bbd6f7 100644
--- a/org.jacoco.doc/docroot/doc/flow.html
+++ b/org.jacoco.doc/docroot/doc/flow.html
@@ -335,9 +335,9 @@ BASTORE
</pre>
<p>
- Note that this probe code is thread safe, does not modify the operand stack
- or modify local variables and is also thread safe. It does also not leave the
- method though an external call. The only prerequisite is that the probe array
+ Note that this probe code is thread safe and does not modify the operand stack
+ or modify local variables. It does also not leave the
+ method through an external call. The only prerequisite is that the probe array
is available as a local variable. For this at the beginning of each method
additional instrumentation code needs to be added to obtain the array instance
associated with the belonging class. To avoid code duplication the