[Doc] Fix duplicated entry in GC.stat documentation

This commit is contained in:
Jean Boussier 2025-11-26 18:06:58 +01:00
parent ab3b79ea3d
commit e057ff333a

1
gc.rb
View File

@ -195,7 +195,6 @@ module GC
# - +:heap_allocated_pages+:
# The total number of allocated pages.
# - +:heap_empty_pages+:
# - +:heap_allocated_pages+:
# The number of pages with no live objects, and that could be released to the system.
# - +:heap_sorted_length+:
# The number of pages that can fit into the buffer that holds references to all pages.