summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/objspace/objspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index 8a4128e1b4..ffe1845735 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -230,7 +230,7 @@ type2sym(enum ruby_value_type i)
* T_DATA may be wrong.
*
* It returns a hash as:
- * {:TOTAL=>1461154, :T_CLASS=>158280, :T_MODULE=>20672, :T_STRING=>527249, ...}
+ * {TOTAL: 1461154, T_CLASS: 158280, T_MODULE: 20672, T_STRING: 527249, ...}
*
* If the optional argument, result_hash, is given,
* it is overwritten and returned.