diff --git a/lib/net/http.rb b/lib/net/http.rb index 86fca183c1..629d678d1a 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -524,7 +524,7 @@ module Net #:nodoc: # # { "cmd" => "search", "q" => "ruby", "max" => "50" } # - # This method also does Basic Authentication iff +url+.user exists. + # This method also does Basic Authentication if and only if +url+.user exists. # But userinfo for authentication is deprecated (RFC3986). # So this feature will be removed. #