Skip to content

Commit

Permalink
* gc.c (gc_count): rdoc corrected.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed May 10, 2008
1 parent 4aa3454 commit e45b87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2352,9 +2352,9 @@ count_objects(int argc, VALUE *argv, VALUE os)
* call-seq:
* GC.count -> Integer
*
* Counts objects for each type.
* The number of times GC occured.
*
* It returns a number of GC invoke counts.
* It returns the number of times GC occured since the process started.
*
*/

Expand Down

0 comments on commit e45b87f

Please sign in to comment.