From dadaa1142fc89d9752e9454f99b0b4d32068ef41 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 25 Mar 2024 10:21:07 +0100 Subject: Update vm_backtrace.c Co-authored-by: Jean Boussier --- vm_backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3