diff options
Diffstat (limited to 'weakmap.c')
-rw-r--r-- | weakmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>" |