Author: hlship
Date: Fri Feb 19 19:09:52 2010
New Revision: 911939

URL: http://svn.apache.org/viewvc?rev=911939&view=rev
Log:
Fix some site documentation about recent changes.

Modified:
    tapestry/tapestry5/trunk/src/site/apt/upgrade.apt

Modified: tapestry/tapestry5/trunk/src/site/apt/upgrade.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/upgrade.apt?rev=911939&r1=911938&r2=911939&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/upgrade.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/upgrade.apt Fri Feb 19 19:09:52 2010
@@ -22,7 +22,7 @@
   has been rewritten with an eye to making class transformations easier to 
implement while
   removing the dependency on the Javassist library. This is of note only to 
<advanced> users who have implemented
   
{{{apidocs/org/apache/tapestry5/services/ComponentClassTransformWorker.html}ComponentClassTransformWorker}}s,
 which operate on
-  the 
+  the ClassTransformation API. 
     
   Much of the existing API has been deprecated and <some> deprecated
   methods are now non-functional. The deprecated methods will be removed in 
Tapestry 5.3.
@@ -42,7 +42,7 @@
 
 * Template Parser back to SAX
 
-  Tapestry no longer uses a StAX parser (it uses a normal SAX parser) to parse 
template. This change
+  Tapestry no longer uses a StAX parser (it uses a normal SAX parser) to parse 
component templates. This change
   reduces the number of dependencies for Tapestry, and is a stepping stone to 
compatibility with
   Google App Engine.
 


Reply via email to