1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
zzak 2013-08-05 16:29:28 +00:00
parent a899606911
commit e171d499d8
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"