diff options
author | BurdetteLamar <[email protected]> | 2023-01-28 20:42:08 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-01-28 21:41:15 +0000 |
commit | 8250b4679453c095eab2f60d9147ca2fe4da32c6 (patch) | |
tree | 93229daeae89496fb7ed2ee8ae6464be24e7b367 /lib/net | |
parent | 21dced8b01823a991829b66ffdc8ffc635965c76 (diff) |
[ruby/net-http] Correct doc error
https://github.com/ruby/net-http/commit/dc006d8419
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/http/response.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/response.rb b/lib/net/http/response.rb index 83853ffd19..90c425b1a7 100644 --- a/lib/net/http/response.rb +++ b/lib/net/http/response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: false -# This class is the base class for \Net::HTTP request classes. +# This class is the base class for \Net::HTTP response classes. # # == About the Examples # |