mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d7c09fb24a
- Changed the description to match the order of the changed members. - Replaced "array of symbols" instead of "array of strings that mean symbols". - The `mrb_kwargs::optional` member has not been present since the first merge. It is a remnant from development time. - Removed `const` modifier used in variable declarations in examples. This is not always necessary from a user perspective. - Added note on the use of `MRB_SYM()`. resolved #5649