File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -334,10 +334,10 @@ Glossary
334334 becomes the current context whenever the task starts or resumes execution.
335335
336336 cyclic isolate
337- A subgroup of one or more usable, non-broken objects that reference each
338- other in a reference cycle, but are not referenced by objects outside the
339- group. The goal of the garbage collector is to identify these groups and
340- break the reference cycles so that the memory can be reclaimed.
337+ A subgroup of one or more objects that reference each other in a reference
338+ cycle, but are not referenced by objects outside the group. The goal of
339+ the garbage collector is to identify these groups and break the reference
340+ cycles so that the memory can be reclaimed.
341341
342342 decorator
343343 A function returning another function, usually applied as a function
You can’t perform that action at this time.
0 commit comments