diff --git a/gc.rb b/gc.rb index 8af36e0cb8..2fbef475e0 100644 --- a/gc.rb +++ b/gc.rb @@ -223,7 +223,7 @@ module GC # GC.latest_gc_info(hash) -> hash # GC.latest_gc_info(:major_by) -> :malloc # - # Returns information about the most recent garbage collection. + # Returns information about the most recent garbage collection. # # If the optional argument, hash, is given, # it is overwritten and returned.