diff --git a/lib/feedzirra/feed.rb b/lib/feedzirra/feed.rb index f538d714..86148667 100644 --- a/lib/feedzirra/feed.rb +++ b/lib/feedzirra/feed.rb @@ -49,7 +49,7 @@ def self.feed_classes @feed_classes ||= [Feedzirra::Parser::RSS, Feedzirra::Parser::AtomFeedBurner, Feedzirra::Parser::Atom] end - # Makes all feeds types look for the passed in element to parse. This is actually just a call to + # Makes all registered feeds types look for the passed in element to parse. This is actually just a call to # element (a SAXMachine call) in the class # # === Parameters @@ -61,7 +61,7 @@ def self.add_common_feed_element(element_tag, options = {}) end end - # Makes all entry types look for the passed in element to parse. This is actually just a call to + # Makes all registered entry types look for the passed in element to parse. This is actually just a call to # element (a SAXMachine call) in the class # # === Parameters