Skip to content

Commit fda7e67

Browse files
committed
Fix typo
1 parent 173b971 commit fda7e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ruby/internal/core/rmatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct rmatch_offset {
7171
struct rb_matchext_struct {
7272
/**
7373
* "Registers" of a match. This is a quasi-opaque struct that holds
74-
* execution result of a match. Roughly resembles `&~`.
74+
* execution result of a match. Roughly resembles `$~`.
7575
*/
7676
struct re_registers regs;
7777

0 commit comments

Comments
 (0)