diff options
author | Peter Zhu <[email protected]> | 2022-12-12 10:16:38 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-12-12 10:16:38 -0500 |
commit | 5302d04e5a7fe226a4e9f6aba8b681e0d5088b27 (patch) | |
tree | bada731ea51e8e0e78319a60b9610b38b503a324 /ext/objspace | |
parent | be710c1bf797f539707e00a1ec6bf86e6009add0 (diff) |
[DOC] Fix format in ObjectSpace.dump_all
Diffstat (limited to 'ext/objspace')
-rw-r--r-- | ext/objspace/lib/objspace.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/lib/objspace.rb b/ext/objspace/lib/objspace.rb index b57c24583c..6865fdda4c 100644 --- a/ext/objspace/lib/objspace.rb +++ b/ext/objspace/lib/objspace.rb @@ -67,7 +67,7 @@ module ObjectSpace # _shapes_ must be a boolean or a non-negative integer. # # If _shapes_ is a positive integer, only shapes newer than the provided - # shape id are dumped. The current shape_id can be accessed using +RubyVM.stat(:next_shape_id)+. + # shape id are dumped. The current shape_id can be accessed using <tt>RubyVM.stat(:next_shape_id)</tt>. # # If _shapes_ is +false+, no shapes are dumped. # |