aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/atom.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-05 16:25:04 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-05 16:25:04 +0000
commit196d348a610113b35ece6e78b27290028bdd1871 (patch)
tree40cb4f4d8edb392c2e7b542085da8977283a3f43 /lib/rss/atom.rb
parent2ae634f2f402b30133a96a0ace317510ea2ab701 (diff)
downloadruby-196d348a610113b35ece6e78b27290028bdd1871.tar.gz
* lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740
* lib/rss/atom.rb: [DOC] Typo in rdoc by Steve Klabnik git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/atom.rb')
-rw-r--r--lib/rss/atom.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb
index fc16a381c1..d3524231ff 100644
--- a/lib/rss/atom.rb
+++ b/lib/rss/atom.rb
@@ -8,7 +8,7 @@ module RSS
#
# The Atom module provides support in reading and creating feeds.
#
- # See the RSS module for examples consuming and creating feeds
+ # See the RSS module for examples consuming and creating feeds.
module Atom
##