Apply docs review suggestion

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Jami
2025-04-20 21:47:25 -04:00
committed by GitHub
parent 798907dc50
commit 2b9160526a

View File

@@ -1,6 +1,6 @@
## Overview
Triggering garbage collection by directly calling `finalize()` may either have no effect or may trigger unnecessary garbage collection, leading to erratic behavior, performance issues, or deadlock.
Triggering garbage collection by directly calling `finalize()` may either have no effect or trigger unnecessary garbage collection, leading to erratic behavior, performance issues, or deadlock.
## Recommendation