Skip to content

Commit 39e70ee

Browse files
committed
[DOC] Fix formatting for GC.compact
1 parent 9f4472c commit 39e70ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10902,7 +10902,7 @@ heap_check_moved_i(void *vstart, void *vend, size_t stride, void *data)
1090210902
* This function compacts objects together in Ruby's heap. It eliminates
1090310903
* unused space (or fragmentation) in the heap by moving objects in to that
1090410904
* unused space. This function returns a hash which contains statistics about
10905-
* which objects were moved. See `GC.latest_gc_info` for details about
10905+
* which objects were moved. See <tt>GC.latest_gc_info</tt> for details about
1090610906
* compaction statistics.
1090710907
*
1090810908
* This method is implementation specific and not expected to be implemented

0 commit comments

Comments
 (0)