mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e7925141fb
Replaced mathematical symbols in comments with ASCII equivalents: - multiplication sign to * - Greek mu to mu - approximately equal to ~ - subscript 2 to 2 - less than or equal to <= This complies with the coding standard to use English and ASCII characters in all code comments and documentation. Co-authored-by: Claude <noreply@anthropic.com>