mruby-data: improve comment description

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-02 18:04:10 +09:00
parent 951caa8f42
commit 0ef4796dfb
+1 -1
View File
@@ -425,7 +425,7 @@ mrb_data_to_s(mrb_state *mrb, mrb_value self)
* class as "<i>Customer</i>Inst."
*
* In the descriptions that follow, the parameter <i>symbol</i> refers
* to a symbol, which is a <code>Symbol</code> (such as <code>:name</code>).
* to a symbol (such as <code>:name</code>).
*/
void
mrb_mruby_data_gem_init(mrb_state* mrb)