From 7c9f1aa3d5172340b6b2a0aafdad5528b523a287 Mon Sep 17 00:00:00 2001 From: nari Date: Thu, 27 Mar 2014 05:42:57 +0000 Subject: [PATCH] [DOC] Fix NEWS about Symbol GC git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 15893540af..244e79a0ae 100644 --- a/NEWS +++ b/NEWS @@ -24,8 +24,8 @@ with all sufficient information, see the ChangeLog file. * New methods * Symbol.find(str) returns whether given string is defined as symbol or not. * Improvements - * Most symbols in Ruby level are GC-able (generated by String#to_sym and - String#intern) + * Most symbols which are returned by String#to_sym and + String#intern are GC-able. === Core classes compatibility issues (excluding feature bug fixes)