From f527a0911d5ff0476152a3e3c9bcd2247ead5636 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 1 Jan 2023 14:33:06 +0900 Subject: [DOC] [Bug #19290] fix formatting --- ext/objspace/objspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/objspace/objspace.c') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index ca08604c95..31099b8849 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -954,7 +954,7 @@ void Init_objspace_dump(VALUE rb_mObjSpace); * * You need to require 'objspace' to use this extension module. * - * Generally, you *SHOULD NOT* use this library if you do not know + * Generally, you *SHOULD* *NOT* use this library if you do not know * about the MRI implementation. Mainly, this library is for (memory) * profiler developers and MRI developers who need to know about MRI * memory usage. -- cgit v1.2.3