Skip to content

Commit c6c5cdf

Browse files
authored
Merge pull request #11 from gmcgibbon/use_if_not_iff
Replace "iff" with "if and only if"
2 parents abc6ea1 + ffb87ca commit c6c5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def HTTP.post(url, data, header = nil)
524524
#
525525
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
526526
#
527-
# This method also does Basic Authentication iff +url+.user exists.
527+
# This method also does Basic Authentication if and only if +url+.user exists.
528528
# But userinfo for authentication is deprecated (RFC3986).
529529
# So this feature will be removed.
530530
#

0 commit comments

Comments
 (0)