From 9d6fd58d5fdca254c927925a7b642670879ec1a5 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Tue, 29 Jul 2003 14:27:26 +0000 Subject: Small documentation correction. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit