summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2025-11-26 18:06:58 +0100
committerJean Boussier <jean.boussier@gmail.com>2025-11-26 18:06:58 +0100
commite057ff333a3b2964e52c8a12485374efa2464762 (patch)
tree6d19c817c2dd7d16df06293e32b4e7dc3c58ff89
parentab3b79ea3db7779a9ee9eb6e39226d23b50fd012 (diff)
[Doc] Fix duplicated entry in GC.stat documentation
-rw-r--r--gc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.rb b/gc.rb
index f944c653b5..ccad5ef2c1 100644
--- a/gc.rb
+++ b/gc.rb
@@ -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.