symbol.c: remove id2name reference from documents.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-05-03 15:33:39 +09:00
parent ce054bd078
commit 0c8cd60097
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1873,7 +1873,7 @@ mrb_str_init(mrb_state *mrb, mrb_value self)
* str.to_sym => symbol
*
* Returns the <code>Symbol</code> corresponding to <i>str</i>, creating the
* symbol if it did not previously exist. See <code>Symbol#id2name</code>.
* symbol if it did not previously exist.
*
* "Koala".intern #=> :Koala
* s = 'cat'.to_sym #=> :cat