mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/net-http] Replace "iff" with "if and only if"
iff means if and only if, but readers without that knowledge might
assume this to be a spelling mistake. To me, this seems like
exclusionary language that is unnecessary. Simply using "if and only if"
instead should suffice.
ffb87cad32
This commit is contained in:
parent
47d6c55755
commit
37258b64c7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue