lib/octokit/client/feeds.rb in octokit-2.7.2 vs lib/octokit/client/feeds.rb in octokit-3.0.0.pre
- old
+ new
@@ -17,10 +17,10 @@
get "feeds"
end
# Get a Feed by name
#
- # @param [Symbol, String] Name of feed to retrieve.
+ # @param name [Symbol, String] Name of feed to retrieve.
# @return [Feed] Parsed feed in the format returned by the configured
# parser.
def feed(name, options = {})
if rel = feeds._links[name]
get rel.href, :accept => rel.type, :options => options