[DOC] Improve doc guide compliance (#8221)

This commit is contained in:
Burdette Lamar 2023-08-15 13:43:58 -05:00 committed by GitHub
parent d9d4ae511a
commit 8c5b9ebf71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 27 deletions

View file

@ -894,8 +894,8 @@ wkmap_clear(VALUE self)
* call-seq:
* map.inspect -> new_string
*
* Returns a new \String containing informations about the map:
* Returns a new String containing informations about the map:
*
* m = ObjectSpace::WeakKeyMap.new
* m[key] = value
* m.inspect # => "#<ObjectSpace::WeakKeyMap:0x00000001028dcba8 size=1>"