From b24833c496e84177ef1f20ea04abdfa3bc26d51c Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sat, 14 Jul 2012 13:06:32 +0900 Subject: 1.1.8 release prep --- lib/axlsx/rels/relationship.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/axlsx/rels') diff --git a/lib/axlsx/rels/relationship.rb b/lib/axlsx/rels/relationship.rb index 89a09ce1..99c8e112 100644 --- a/lib/axlsx/rels/relationship.rb +++ b/lib/axlsx/rels/relationship.rb @@ -30,9 +30,9 @@ module Axlsx attr_reader :TargetMode # creates a new relationship - # @param [String] Type The type of the relationship - # @param [String] Target The target for the relationship - # @option [Symbol] target_mode only accepts :external. + # @param [String] type The type of the relationship + # @param [String] target The target for the relationship + # @option [Symbol] :target_mode only accepts :external. def initialize(type, target, options={}) self.Target=target self.Type=type -- cgit v1.2.3