diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index 1f0d496c..b1e5743c 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -414,7 +414,7 @@ class HttpUtil # # Generic http transaction method # - # It will return a HTTP::Response object or raise an exception + # It will return a Net::HTTPResponse object or raise an exception # # If a block is given, it will yield the response (see :yield option) |