Skip to content

Commit

Permalink
[DOC] Fix NEWS about Symbol GC
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
authorNari committed Mar 27, 2014
1 parent 949f116 commit 7c9f1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7c9f1aa

Please sign in to comment.