r13925@rob-kinyons-powerbook58: rob | 2006-06-02 14:29:05 -0400
[p5sagit/Excel-Template.git] / lib / Excel / Template / Element / Backref.pm
index d622503..c64188f 100755 (executable)
@@ -28,7 +28,7 @@ __END__
 
 =head1 NAME
 
-Excel::Template::Element::Ref
+Excel::Template::Element::Backref
 
 =head1 PURPOSE
 
@@ -51,7 +51,7 @@ Excel::Template::Element
 
 This is the name of the reference to look up.
 
-=back 4
+=back
 
 =head1 CHILDREN
 
@@ -73,7 +73,7 @@ In the example...
     <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell">
   </row>
   <row>
-    <formula>=<ref ref="this_cell">+<ref ref="that_cell"></formula>
+    <formula>=<backref ref="this_cell">+<backref ref="that_cell"></formula>
   </row>
 
 The formula in row 2 would be =A1+C1.  C1 is the last to reference "that_cell".