diff options
-rw-r--r-- | ext/objspace/object_tracing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c index d3169c6c48..611d059b9e 100644 --- a/ext/objspace/object_tracing.c +++ b/ext/objspace/object_tracing.c @@ -356,7 +356,7 @@ allocation_sourcefile(VALUE self, VALUE obj) } /* - * call-seq: allocation_sourceline(object) -> string + * call-seq: allocation_sourceline(object) -> integer * * Returns the original line from source for from the given +object+. * |