summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/num_data_source.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-07-14 13:06:32 +0900
committerRandy Morgan <[email protected]>2012-07-14 13:06:32 +0900
commitb24833c496e84177ef1f20ea04abdfa3bc26d51c (patch)
tree50c9a2ddea474958754545762888525cfb72bf16 /lib/axlsx/drawing/num_data_source.rb
parentfb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (diff)
downloadcaxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.tar.gz
caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.zip
1.1.8 release prep
Diffstat (limited to 'lib/axlsx/drawing/num_data_source.rb')
-rw-r--r--lib/axlsx/drawing/num_data_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/num_data_source.rb b/lib/axlsx/drawing/num_data_source.rb
index b06fdf91..63f0d811 100644
--- a/lib/axlsx/drawing/num_data_source.rb
+++ b/lib/axlsx/drawing/num_data_source.rb
@@ -36,7 +36,7 @@ module Axlsx
end
# sets the tag name for this data source
- # @param [Symbol] One of the allowed_tag_names
+ # @param [Symbol] v One of the allowed_tag_names
def tag_name=(v)
Axlsx::RestrictionValidator.validate "#{self.class.name}.tag_name", self.class.allowed_tag_names, v
@tag_name = v