diff options
| author | Xavier Noria <fxn@hashref.com> | 2024-03-25 10:21:07 +0100 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2024-03-25 14:13:05 +0100 |
| commit | dadaa1142fc89d9752e9454f99b0b4d32068ef41 (patch) | |
| tree | 75db607f969b0ea5d5446dd95605ad7a40a6b59f | |
| parent | 4235bc295b1a0952fd610afb4d333dd03b162bea (diff) | |
Update vm_backtrace.c
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
| -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 |
