Changeset 487

Show
Ignore:
Timestamp:
12/20/07 09:34:06 (8 months ago)
Author:
athomas
Message:

cly: Fix minor "typo" in developers guide.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/doc/developers-guide.rst

    r484 r487  
    379379  <grammar xmlns="http://swapoff.org/cly/xml"> 
    380380    <node name="echo"> 
    381       <variable name="text"
    382         <action callback="echo" pattern=".+"/> 
     381      <variable name="text" pattern=".+"
     382        <action callback="echo"/> 
    383383      </variable> 
    384384    </node>