diff options
author | gsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-29 14:27:26 +0000 |
---|---|---|
committer | gsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-29 14:27:26 +0000 |
commit | 9d6fd58d5fdca254c927925a7b642670879ec1a5 (patch) | |
tree | 61ff132f1c745972ea5f0b7b164447598310e058 | |
parent | d7e8a23d414a28c772debc3dc6b41be2e3648adc (diff) | |
download | ruby-9d6fd58d5fdca254c927925a7b642670879ec1a5.tar.gz ruby-9d6fd58d5fdca254c927925a7b642670879ec1a5.tar.xz ruby-9d6fd58d5fdca254c927925a7b642670879ec1a5.zip |
Small documentation correction.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/net/ftp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 6f5f84807..7f18670f1 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -67,7 +67,7 @@ module Net # When +true+, the connection is in passive mode. Default: false. attr_accessor :passive - # The return code from the last operation. + # The ASCII code used to separate lines. attr_accessor :return_code # When +true+, all traffic to and from the server is written |