Skip to content

Commit

Permalink
Fix documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandervossen committed Jun 1, 2012
1 parent 7b90172 commit ecc0a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest.rb
Expand Up @@ -6,7 +6,7 @@ module REST
# Raised when the remote server disconnects when reading the response
class DisconnectedError < StandardError; end

# Performs a HEAD on a resource. See REST::Request.new for a complete discussion of options.
# Performs a GET on a resource. See REST::Request.new for a complete discussion of options.
#
# response = REST.get('http://example.com/pigeons/12',
# {'Accept' => 'text/plain'},
Expand Down

0 comments on commit ecc0a7b

Please sign in to comment.