From ae53986834d5220b779ed01bfa7e3f15a3f9b58f Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 20 Dec 2022 15:06:06 -0500 Subject: [PATCH] [DOC] Fix formatting for GC#latest_compact_info --- gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc.c b/gc.c index 064d4a1005..977a2966f7 100644 --- a/gc.c +++ b/gc.c @@ -10798,7 +10798,7 @@ gc_update_references(rb_objspace_t *objspace) * call-seq: * GC.latest_compact_info -> {:considered=>{:T_CLASS=>11}, :moved=>{:T_CLASS=>11}} * - * Returns information about object moved in the most recent GC compaction. + * Returns information about object moved in the most recent GC compaction. * * The returned hash has two keys :considered and :moved. The hash for * :considered lists the number of objects that were considered for movement