diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-01-01 14:33:06 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-01-01 14:50:39 +0900 |
commit | f527a0911d5ff0476152a3e3c9bcd2247ead5636 (patch) | |
tree | 1b0ebe01a96a590893df3fb1828207983463fb55 /ext/objspace/objspace.c | |
parent | 0bb07e5ba40cdc45d55743dd1ebaadd7e7363e7f (diff) |
[DOC] [Bug #19290] fix formatting
Diffstat (limited to 'ext/objspace/objspace.c')
-rw-r--r-- | ext/objspace/objspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>require 'objspace'</code> 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. |