From 5c04ff944ee6bdfb1c20acef20b7b0b1d5074440 Mon Sep 17 00:00:00 2001 From: zverok Date: Wed, 21 Dec 2022 21:52:55 +0200 Subject: [PATCH] Docs: Fix small glitch in GC --- gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.rb b/gc.rb index 2d7a23bf48..57aeeb9131 100644 --- a/gc.rb +++ b/gc.rb @@ -218,7 +218,7 @@ module GC Primitive.gc_stat_heap heap_name, hash_or_key end - # call-seq: + # call-seq: # GC.latest_gc_info -> hash # GC.latest_gc_info(hash) -> hash # GC.latest_gc_info(:major_by) -> :malloc