From 1d7d0415de8a2888a2eeaf901b4bf5c49a774b87 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 4 Mar 2012 08:15:26 +0900 Subject: fix typos in docs --- lib/axlsx/rels/relationship.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/axlsx/rels/relationship.rb b/lib/axlsx/rels/relationship.rb index 23e6428a..3596d808 100644 --- a/lib/axlsx/rels/relationship.rb +++ b/lib/axlsx/rels/relationship.rb @@ -1,7 +1,7 @@ # encoding: UTF-8 module Axlsx # A relationship defines a reference between package parts. - # @note Packages automatcially manage relationships. + # @note Packages automatically manage relationships. class Relationship # The location of the relationship target @@ -32,7 +32,7 @@ module Axlsx # 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. + # @option [Symbol] target_mode only accepts :external. def initialize(type, target, options={}) self.Target=target self.Type=type @@ -47,7 +47,7 @@ module Axlsx # @see TargetMode def TargetMode=(v) RestrictionValidator.validate 'Relationship.TargetMode', [:External, :Internal], v; @TargetMode = v; end - # Serializes the relationship + # Serializes the relationship # @param [Nokogiri::XML::Builder] xml The document builder instance this objects xml will be added to. # @param [String] rId the reference id of the object. # @return [String] -- cgit v1.2.3