From 469970f7eaef6a062a91da012024badfa4535ec8 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 11 Apr 2005 03:20:17 +0000 Subject: * {bcc32,win32,wince}/Makefile.sub: ri data was not installed into correct path. [ruby-dev:26011] * bcc32/Makefile.sub: defaulted install-nodoc. [ruby-dev:26011] * dir.c: rdoc fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 25748ed4e..30ec1822e 100644 --- a/dir.c +++ b/dir.c @@ -1276,7 +1276,7 @@ dir_s_aref(obj, str) /* * call-seq: * Dir.glob( string, [flags] ) => array - * Dir.glob( string, [flags] ) {| filename | block } => false + * Dir.glob( string, [flags] ) {| filename | block } => nil * * Returns the filenames found by expanding the pattern given in * string, either as an array or as parameters to the -- cgit