You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/26 05:26:32 UTC

svn commit: r532588 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml

Author: crossley
Date: Wed Apr 25 20:26:31 2007
New Revision: 532588

URL: http://svn.apache.org/viewvc?view=rev&rev=532588
Log:
Minor text tweaks.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml?view=diff&rev=532588&r1=532587&r2=532588
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml Wed Apr 25 20:26:31 2007
@@ -25,8 +25,8 @@
       <title>Apache Forrest - org.apache.forrest.plugin.output.inputModule Plugin</title>
       <p>
         Produces properties from an input-module. This is been managed by the
-        heart of this plugin the ModuleGenerator. The generator is contacting
-        the input module and gets an iterator of all attributes names. This
+        heart of this plugin the ModuleGenerator. The generator contacts
+        the input module and gets an iterator of all attribute names. This
         iterator will be then used to receive the values of the key. Till now we
         only use a Object to String cast but an input module does not have to
         return a simple String but can return any object. This may cause