aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:24 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:24 +0000
commitbb43a317882007e024ce0cdb203e09f040b7cb1a (patch)
tree0c618fe06c19f826e1495b8864de11298d1ba14c
parent3ba5ffc8ba976fa45d12791c94a8d9641c956b63 (diff)
downloadruby-bb43a317882007e024ce0cdb203e09f040b7cb1a.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index 18dda61566..a8a4f40f70 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -185,7 +185,7 @@ module Net
# user:: Username for login. If options[:user] is the string
# "anonymous" and the options[:password] is +nil+,
# "anonymous@" is used as a password. If options[:user] is
- # +nil+,
+ # +nil+,
# passwd:: Password for login.
# acct:: Account information for ACCT.
# passive:: When +true+, the connection is in passive mode. Default: +true+.