aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:04:33 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 09:04:33 +0000
commita7cf993f2522c28d94867cbb1765a9718c3d7554 (patch)
tree94b5f108b2d18a6bf358b1096ad1ee6373225bd5 /lib/rss
parent01fb989358d581904724c7c11fbcd3eaacf5d8ca (diff)
downloadruby-a7cf993f2522c28d94867cbb1765a9718c3d7554.tar.gz
* lib/rss/maker/entry.rb: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss')
-rw-r--r--lib/rss/maker/entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/maker/entry.rb b/lib/rss/maker/entry.rb
index edaa31ec06..b35936b208 100644
--- a/lib/rss/maker/entry.rb
+++ b/lib/rss/maker/entry.rb
@@ -135,7 +135,7 @@ module RSS
self.id = keep[:id]
@rights = keep[:rights]
@title = keep[:title]
- self.updated = keep[:prev_updated]
+ self.updated = keep[:updated]
end
Guid = Feed::Items::Item::Guid