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

* 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
This commit is contained in:
zzak 2013-08-05 16:25:04 +00:00
parent 2ae634f2f4
commit 196d348a61
3 changed files with 37 additions and 1 deletions

View file

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