Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdcdad commit 99b593eCopy full SHA for 99b593e
1 file changed
internals/garbage-collector.rst
@@ -229,7 +229,7 @@ unreachable:
229
The GC starts with a set of candidate objects it wants to scan. In the
230
default build, these "objects to scan" might be all container objects or a
231
smaller subset (or "generation"). In the free-threaded build, the collector
232
-always operates scans all container objects.
+always scans all container objects.
233
234
The objective is to identify all the unreachable objects. The collector does
235
this by identifying reachable objects; the remaining objects must be
0 commit comments