From e078a75b73284f265092bb8e66871a87ce47a249 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/ftp.rb') diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 6f5f848070..7f18670f1b 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 v1.2.3