summaryrefslogtreecommitdiff
path: root/weakmap.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-08-15 13:43:58 -0500
committerGitHub <noreply@github.com>2023-08-15 14:43:58 -0400
commit8c5b9ebf7144af73cf52209b73b849c078133dff (patch)
tree209fdb862f98f7774293168c663171a9d627c7cc /weakmap.c
parentd9d4ae511a692568af4638e3fb88dbfdcbcba19b (diff)
[DOC] Improve doc guide compliance (#8221)
Diffstat (limited to 'weakmap.c')
-rw-r--r--weakmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/weakmap.c b/weakmap.c
index 17883f05a4..ef859f89e8 100644
--- a/weakmap.c
+++ b/weakmap.c
@@ -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>"