diff options
| author | Randy Morgan <[email protected]> | 2012-05-13 14:38:40 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-13 14:38:40 +0900 |
| commit | 837bbc3a347ddf822985794871d243b501cb5dbe (patch) | |
| tree | e983c81e02561e25fb6ccff584ca27c69c53368a /lib/axlsx/drawing/vml_shape.rb | |
| parent | b9adbffcef2ab5c95d38c1dea33ebffcdef47100 (diff) | |
| download | caxlsx-837bbc3a347ddf822985794871d243b501cb5dbe.tar.gz caxlsx-837bbc3a347ddf822985794871d243b501cb5dbe.zip | |
updating docs
Diffstat (limited to 'lib/axlsx/drawing/vml_shape.rb')
| -rw-r--r-- | lib/axlsx/drawing/vml_shape.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/vml_shape.rb b/lib/axlsx/drawing/vml_shape.rb index 64bf4398..d1aaf07e 100644 --- a/lib/axlsx/drawing/vml_shape.rb +++ b/lib/axlsx/drawing/vml_shape.rb @@ -90,7 +90,7 @@ module Axlsx # @see bottom_row def bottom_row=(v); Axlsx::validate_integerish(v); @bottom_row = v.to_i end - # @see_bottom_offset + # @see bottom_offset def bottom_offset=(v); Axlsx::validate_integerish(v); @bottom_offset = v.to_i end # serialize the shape to a string |
