summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/axlsx/drawing/d_lbls.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/d_lbls.rb b/lib/axlsx/drawing/d_lbls.rb
index d2185033..3cb8409f 100644
--- a/lib/axlsx/drawing/d_lbls.rb
+++ b/lib/axlsx/drawing/d_lbls.rb
@@ -55,7 +55,7 @@ module Axlsx
# @see DLbls#d_lbl_pos
# Assigns the label postion for this data labels on this chart.
- # Allowed positions are :bestFilt, :b, :ctr, :inBase, :inEnd, :l,
+ # Allowed positions are :bestFit, :b, :ctr, :inBase, :inEnd, :l,
# :outEnd, :r and :t
# The default is :bestFit
# @param [Symbol] label_position the postion you want to use.