lib/write_xlsx/drawing.rb in write_xlsx-0.78.0 vs lib/write_xlsx/drawing.rb in write_xlsx-0.79.0
- old
+ new
@@ -84,10 +84,10 @@
attributes << [:editAs, shape.edit_as] if shape && shape.edit_as
@writer.tag_elements('xdr:twoCellAnchor', attributes) do
# Write the xdr:from element.
write_from(col_from, row_from, col_from_offset, row_from_offset)
- # Write the xdr:from element.
+ # Write the xdr:to element.
write_to(col_to, row_to, col_to_offset, row_to_offset)
if type == 1
# Graphic frame.