summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/rels
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/rels
parentfb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (diff)
downloadcaxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.tar.gz
caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.zip
1.1.8 release prep
Diffstat (limited to 'lib/axlsx/rels')
-rw-r--r--lib/axlsx/rels/relationship.rb6
1 files changed, 3 insertions, 3 deletions
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