summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-05-03 15:33:39 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-05-03 15:33:39 +0900
commit0c8cd60097bd1270ba86e84b2a5b18dd8992efd1 (patch)
tree632f0cf5ce11c5a0a32dfe0e8b6386fad4ef0188 /src/string.c
parentce054bd078168bf9a6fa41031b1bcd25a0b3f040 (diff)
downloadmruby-0c8cd60097bd1270ba86e84b2a5b18dd8992efd1.tar.gz
mruby-0c8cd60097bd1270ba86e84b2a5b18dd8992efd1.zip
symbol.c: remove `id2name` reference from documents.
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index e440bff8c..d442ff17d 100644
--- a/src/string.c
+++ b/src/string.c
@@ -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