Skip to content

Commit e920473

Browse files
committed
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.
1 parent 5031aa7 commit e920473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ftp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ def close
13561356
end
13571357

13581358
#
1359-
# Returns +true+ iff the connection is closed.
1359+
# Returns +true+ if and only if the connection is closed.
13601360
#
13611361
def closed?
13621362
@sock == nil or @sock.closed?

0 commit comments

Comments
 (0)