diff options
author | John Bampton <[email protected]> | 2024-10-09 03:36:17 +1000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-09 07:14:44 +0900 |
commit | 3fc1495c305bca14ab30d458e74dcc42424195d1 (patch) | |
tree | 611e589beb7d96725b6e5d3d7cfdfb68a974514d /weakmap.c | |
parent | 65494d3cc6fbe5b25431021ac155b7aba3a1dff3 (diff) |
Fix spelling
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11835
Diffstat (limited to 'weakmap.c')
-rw-r--r-- | weakmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1113,7 +1113,7 @@ wkmap_inspect(VALUE self) * end * * This will result in +make_value+ returning the same object for same set of attributes - * always, but the values that aren't needed anymore woudn't be sitting in the cache forever. + * always, but the values that aren't needed anymore wouldn't be sitting in the cache forever. */ void |