lib/coop/api_object/user.rb in coop-1.0.1 vs lib/coop/api_object/user.rb in coop-1.1.0
- old
+ new
@@ -19,10 +19,10 @@
# Examples
#
# User.find(12345)
# # => #<Coop::APIObject>
#
- # Returns APIObject with user data
+ # Returns an APIObject with user data
def self.find(id)
Coop.get_parsed("/users/#{id}")
end
end
end
\ No newline at end of file