We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173b971 commit fda7e67Copy full SHA for fda7e67
include/ruby/internal/core/rmatch.h
@@ -71,7 +71,7 @@ struct rmatch_offset {
71
struct rb_matchext_struct {
72
/**
73
* "Registers" of a match. This is a quasi-opaque struct that holds
74
- * execution result of a match. Roughly resembles `&~`.
+ * execution result of a match. Roughly resembles `$~`.
75
*/
76
struct re_registers regs;
77
0 commit comments