Programming Ruby 3.2 (5th Edition): B2.0 page 411, missing Garbage collection

@noelrappin

page 411, in the information frame What Is Garbage Collection?, lines 2-3

Instead, Ruby uses a process
called .

Garbage collection is missing in this sentence.

To avoid repeating Garbage collection twice in a row, the sentence could be :

Instead, Ruby uses a process called Garbage collection, which looks for objects …

That’s weird, the missing phrase is in the raw text, and I think the formatting markup is just wrong.