mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
language.md: remove unnecessary bold markup from "operator"
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user