Merge pull request #6732 from mruby/fix/language-md-markup

This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-03-10 16:58:34 +09:00
committed by GitHub
+2 -2
View File
@@ -378,8 +378,8 @@ This means subclassing `Array` or `String` and adding `@fields` will raise an er
### Operator Overriding
Operators of primitive classes cannot be overridden by user code.
Redefining `String#+` has no effect on the behavior of the `+` __operator__.
Operators of primitive classes cannot be overridden by user code.
Redefining `String#+` has no effect on the behavior of the `+` operator.
### Module Loading Hooks