mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix typo in benchmarking docs (#2702)
This commit is contained in:
@@ -142,7 +142,7 @@ console.log(heapStats());
|
||||
|
||||
JavaScript is a garbage-collected language, not reference counted. It's normal and correct for objects to not be freed immediately in all cases, though it's not normal for objects to never be freed.
|
||||
|
||||
Tp force garbage collection to run manually:
|
||||
To force garbage collection to run manually:
|
||||
|
||||
```js
|
||||
Bun.gc(true); // synchronous
|
||||
|
||||
Reference in New Issue
Block a user