aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)