Skip to content

Commit b3fda4b

Browse files
authored
Rename "Memory usage" section to "Garbage collection"
1 parent 9808d2f commit b3fda4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tuple(1, "asdf", obj)[2].asdf = "oyez";
114114
assert.strictEqual(obj.asdf, "oyez");
115115
```
116116

117-
## Memory usage
117+
## Garbage collection
118118

119119
Any data structure that guarantees `===` equality based on structural equality must maintain some sort of internal pool of previously encountered instances.
120120

0 commit comments

Comments
 (0)