diff --git a/re.c b/re.c index 535f599ca1..242b78a95f 100644 --- a/re.c +++ b/re.c @@ -2489,10 +2489,10 @@ match_inspect_name_iter(const OnigUChar *name, const OnigUChar *name_end, } /* - * call-seq: - * inspect -> string + * call-seq: + * inspect -> string * - * Returns a string representation of +self+: + * Returns a string representation of +self+: * * m = /.$/.match("foo") * # => # @@ -2507,7 +2507,6 @@ match_inspect_name_iter(const OnigUChar *name, const OnigUChar *name_end, * m.inspect # => "#" * * Related: MatchData#to_s. - * */ static VALUE