Revision: 2139
Author: jprantan
Date: Mon Aug 10 03:24:35 2009
Log: regen
http://code.google.com/p/robotframework/source/detail?r=2139

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Fri Aug 7 15:47:56 2009 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Aug 10 03:24:35 2009
@@ -5358,7 +5358,7 @@
 <div class="section" id="embedding-arguments-into-keyword-name">
<h3><a class="toc-backref" href="#id323">2.6.4&nbsp;&nbsp;&nbsp;Embedding arguments into keyword name</a></h3>
 <p>Robot Framework has, starting from 2.1.1 version, also another
-approach for passing arguments to user keywords than specifying them
+approach to pass arguments to user keywords than specifying them
 in cells after the keyword name as explained in the previous
 section. This method is based on embedding the arguments directly into
 the keyword name, and its main benefit is making it easier to use real
@@ -5402,7 +5402,7 @@
 will naturally be available inside the keyword and they have different
 value depending on how the keyword is called. For example
<span class="var">${animal}</span> in the previous has value <span class="code">dog</span> if the keyword -is used like <span class="name">Select doc from list</span>. Obviously it is not +is used like <span class="name">Select dog from list</span>. Obviously it is not
 mandatory to use all these arguments inside the keyword, and they can
 thus be used as wildcards.</p>
 <p>This kind of keywords are also used the same way as other keywords
@@ -12093,7 +12093,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2009-08-07 22:45 UTC.
+<p>Generated on: 2009-08-10 10:23 UTC.
 </p>

 </div>

Reply via email to