Navigation Menu

Skip to content

Commit

Permalink
Indicate that add_common_feed_element and add_common_feed_entry_eleme…
Browse files Browse the repository at this point in the history
…nt only works on registered types
  • Loading branch information
archiloque committed Jul 3, 2011
1 parent e043425 commit 00b3bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/feedzirra/feed.rb
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 00b3bfc

Please sign in to comment.