Author: dan.j.allen
Date: 2009-11-04 14:45:53 -0500 (Wed, 04 Nov 2009)
New Revision: 4679
Modified:
doc/trunk/reference/en-US/intro.xml
Log:
remove comma
Modified: doc/trunk/reference/en-US/intro.xml
===================================================================
--- doc/trunk/reference/en-US/intro.xml 2009-11-04 19:42:52 UTC (rev 4678)
+++ doc/trunk/reference/en-US/intro.xml 2009-11-04 19:45:53 UTC (rev 4679)
@@ -62,7 +62,7 @@
<title>Your first bean (or is it?)</title>
<para>
- Suppose that we have two existing Java classes, that we've been using for
years in various applications. The
+ Suppose that we have two existing Java classes that we've been using for
years in various applications. The
first class parses a string into a list of sentences:
</para>