From 56557ec28a8712984a0e9744fd7547e797ec9b6b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Mar 2019 11:04:59 +0000 Subject: [DOC] fix markups [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index 1331ef21dc..e84cb80b99 100644 --- a/gc.c +++ b/gc.c @@ -2692,9 +2692,9 @@ os_obj_of(VALUE of) * module. Returns the number of objects found. Immediate * objects (Fixnums, Symbols * true, false, and nil) are - * never returned. In the example below, each_object - * returns both the numbers we defined and several constants defined in - * the Math module. + * never returned. In the example below, #each_object returns both + * the numbers we defined and several constants defined in the Math + * module. * * If no block is given, an enumerator is returned instead. * -- cgit v1.2.3