aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/mission.html
diff options
context:
space:
mode:
authorRadek Liba <radekliba@users.sourceforge.net>2009-10-26 13:26:53 +0000
committerRadek Liba <radekliba@users.sourceforge.net>2009-10-26 13:26:53 +0000
commitad5fbc9c2d34459fa4ed5d63f48aa6c44d85c6e3 (patch)
treede3c597701cde2c6b05656809dc0eee12e698ba9 /org.jacoco.doc/docroot/doc/mission.html
parent87be5a3fc8c25fbce2cd6a30e5f59e0bd93cfec1 (diff)
downloadjacoco-ad5fbc9c2d34459fa4ed5d63f48aa6c44d85c6e3.tar.gz
Corrected typos and sentence fragments.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/mission.html')
-rw-r--r--org.jacoco.doc/docroot/doc/mission.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
index 73c43524..7380fc16 100644
--- a/org.jacoco.doc/docroot/doc/mission.html
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -24,10 +24,10 @@
</p>
<p>
- There are several open source coverage technologies for Java. While
+ There are several open source coverage technologies for Java available. While
implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a>
the observation was that none of them are really designed for integration.
- Most of them are build for a particular tool (Ant tasks, command line, IDE
+ Most of them are specifically fit to a particular tool (Ant tasks, command line, IDE
plug-in) and do not offer a documented API that allows embedding in different
contexts. One of the best and widely used available open source tools is
<a href="http://emma.sourceforge.net/">EMMA</a>. While EclEmma is based on it