From 65ffaac5fb5c7f0ddc1eb695f434d76878b419da Mon Sep 17 00:00:00 2001 From: Gustav Ernberg Date: Wed, 4 Dec 2013 19:40:17 +0100 Subject: [PATCH] Fixed typo. --- lib/instagram/client/tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instagram/client/tags.rb b/lib/instagram/client/tags.rb index 20545ff0..6e1ecac9 100644 --- a/lib/instagram/client/tags.rb +++ b/lib/instagram/client/tags.rb @@ -21,7 +21,7 @@ def tag(tag, *args) # Returns a list of recent media items for a given Instagram tag # # @overload tag_recent_media(tag, options={}) - # @param user [String] An Instagram tag name. + # @param id [String] An Instagram tag name. # @param options [Hash] A customizable set of options. # @option options [Integer] :max_id (nil) Returns results with an ID less than (that is, older than) or equal to the specified ID. # @option options [Integer] :count (nil) Limits the number of results returned per page.