Index: string.c =================================================================== --- string.c (revision 30594) +++ string.c (working copy) @@ -2577,7 +2577,7 @@ * against str,and returns the position the match starts, or * nil if there is no match. Otherwise, invokes * obj.=~, passing str as an argument. The default - * =~ in Object returns false. + * =~ in Object returns nil. * * "cat o' 9 tails" =~ /\d/ #=> 7 * "cat o' 9 tails" =~ 9 #=> nil