summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
diff options
context:
space:
mode:
authorXavier Noria <[email protected]>2024-03-25 10:21:07 +0100
committerJean Boussier <[email protected]>2024-03-25 14:13:05 +0100
commitdadaa1142fc89d9752e9454f99b0b4d32068ef41 (patch)
tree75db607f969b0ea5d5446dd95605ad7a40a6b59f /vm_backtrace.c
parent4235bc295b1a0952fd610afb4d333dd03b162bea (diff)
Update vm_backtrace.c
Co-authored-by: Jean Boussier <[email protected]>
Diffstat (limited to 'vm_backtrace.c')
-rw-r--r--vm_backtrace.c2
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