[ruby/net-http] Correct doc error

https://github.com/ruby/net-http/commit/dc006d8419
This commit is contained in:
BurdetteLamar 2023-01-28 20:42:08 +00:00 committed by git
parent 21dced8b01
commit 8250b46794

View File

@ -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
#