* lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a899606911
commit
e171d499d8
@ -1,3 +1,7 @@
|
||||
Tue Aug 6 01:28:35 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]
|
||||
|
||||
Tue Aug 6 01:22:37 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740
|
||||
|
@ -22,7 +22,7 @@ module RSS
|
||||
# maker.channel.title = "Example Feed"
|
||||
# maker.channel.description = "A longer description of my feed."
|
||||
# maker.image.url = "http://www.ruby-lang.org/images/logo.gif"
|
||||
# maker.image.title = "An image
|
||||
# maker.image.title = "An image"
|
||||
# maker.items.new_item do |item|
|
||||
# item.link = "http://www.ruby-lang.org/en/news/2010/12/25/ruby-1-9-2-p136-is-released/"
|
||||
# item.title = "Ruby 1.9.2-p136 is released"
|
||||
|
Loading…
x
Reference in New Issue
Block a user