diff options
| author | Sebastiano <[email protected]> | 2023-01-17 15:01:38 +0100 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-04-12 17:29:29 +0200 |
| commit | 664921094c275b1d5e69077b26394a676bb5e5d7 (patch) | |
| tree | 7faa209b50d3b2c7d303646d58117396761b1533 /lib/axlsx/drawing/pic.rb | |
| parent | 340366e53979f8f1566eca06cdf29e5e1ec6bc1e (diff) | |
| download | caxlsx-664921094c275b1d5e69077b26394a676bb5e5d7.tar.gz caxlsx-664921094c275b1d5e69077b26394a676bb5e5d7.zip | |
clean code
Diffstat (limited to 'lib/axlsx/drawing/pic.rb')
| -rw-r--r-- | lib/axlsx/drawing/pic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/pic.rb b/lib/axlsx/drawing/pic.rb index f2f72cea..4e269721 100644 --- a/lib/axlsx/drawing/pic.rb +++ b/lib/axlsx/drawing/pic.rb @@ -7,7 +7,7 @@ module Axlsx # Creates a new Pic(ture) object # @param [Anchor] anchor the anchor that holds this image - # @@option options [Boolean] :remote indicates if image_src is a remote URI + # @option options [Boolean] :remote indicates if image_src is a remote URI # @option options [String] :name # @option options [String] :descr # @option options [String] :image_src |
