From d2003a6d392b3b0054d7528e2e731584196aefad Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 14 May 2019 00:30:08 +0900 Subject: Symbol just represents a name --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 1dafb2cdd8..b37b8542c7 100644 --- a/string.c +++ b/string.c @@ -10592,8 +10592,8 @@ rb_str_unicode_normalized_p(int argc, VALUE *argv, VALUE str) /********************************************************************** * Document-class: Symbol * - * Symbol objects represent names and some strings inside the Ruby - * interpreter. They are generated using the :name and + * Symbol objects represent names inside the Ruby interpreter. They + * are generated using the :name and * :"string" literals syntax, and by the various * to_sym methods. The same Symbol object will be * created for a given name or string for the duration of a program's -- cgit v1.2.3