From 0c8cd60097bd1270ba86e84b2a5b18dd8992efd1 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 3 May 2021 15:33:39 +0900 Subject: symbol.c: remove `id2name` reference from documents. --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') 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 Symbol corresponding to str, creating the - * symbol if it did not previously exist. See Symbol#id2name. + * symbol if it did not previously exist. * * "Koala".intern #=> :Koala * s = 'cat'.to_sym #=> :cat -- cgit v1.2.3