Skip to content

Commit 99b593e

Browse files
authored
Fix a typo in garbage collector documentation (#1346)
1 parent fbdcdad commit 99b593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internals/garbage-collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ unreachable:
229229
The GC starts with a set of candidate objects it wants to scan. In the
230230
default build, these "objects to scan" might be all container objects or a
231231
smaller subset (or "generation"). In the free-threaded build, the collector
232-
always operates scans all container objects.
232+
always scans all container objects.
233233

234234
The objective is to identify all the unreachable objects. The collector does
235235
this by identifying reachable objects; the remaining objects must be

0 commit comments

Comments
 (0)