Change MRuby to mruby

This commit is contained in:
John Bampton
2023-05-03 22:12:59 +10:00
parent 5956496267
commit 06a765a1c2
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include "common.h"
/*
* MRuby Value definition functions and macros.
* mruby Value definition functions and macros.
*/
MRB_BEGIN_DECL
@@ -186,7 +186,7 @@ MRB_VTYPE_FOREACH(MRB_VTYPE_TYPEDEF)
/**
* @abstract
* MRuby value boxing.
* mruby value boxing.
*
* Actual implementation depends on configured boxing type.
*