mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7e8d74793c
Per gemini-code-assist review on #6790: the documentation still showed the pre-#6790 union mrb_mt_ptr member order (proc first) and the C99 designated-initializer form of MRB_MT_ENTRY. Update both to match the merged code, and add a note explaining why func must come first in the union. Co-authored-by: Claude <noreply@anthropic.com>