From a48e01ccba99eaec48bf63db326c0602fbd50610 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 10 Nov 2022 09:36:50 -0600 Subject: [PATCH] [ruby/net-http] Update lib/net/http.rb https://github.com/ruby/net-http/commit/16d042fad6 Co-authored-by: Peter Zhu --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 80dfc95df4..16137cebf2 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -348,7 +348,7 @@ module Net #:nodoc: # - Net::HTTPAlreadyReported (208) # - Net::HTTPIMUsed (226) # - # - HTTPRedirection: + # - Net::HTTPRedirection: # # - Net::HTTPMultipleChoices (300) # - Net::HTTPMovedPermanently (301)