diff options
| -rw-r--r-- | vm_backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_backtrace.c b/vm_backtrace.c index c60618e5c3..9f004df792 100644 --- a/vm_backtrace.c +++ b/vm_backtrace.c @@ -317,7 +317,7 @@ location_base_label(rb_backtrace_location_t *loc) /* * Returns the label of this frame without decoration. * - * For example, if the label is `foo`, this method returns `foo`, same, but if + * For example, if the label is `foo`, this method returns `foo` as well, but if * the label is +rescue in foo+, this method returns just +foo+. */ static VALUE |
