aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-27 05:42:57 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-27 05:42:57 +0000
commit7c9f1aa3d5172340b6b2a0aafdad5528b523a287 (patch)
tree57f9ac54160b5df288f35c82439eb28c07f6cd8c /NEWS
parent949f1160d6120d66b87729f43b1d487699685760 (diff)
downloadruby-7c9f1aa3d5172340b6b2a0aafdad5528b523a287.tar.gz
[DOC] Fix NEWS about Symbol GC
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files 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)