Programming Ruby 3.2 (5th Edition): B1.0 page 212, missing colon?

@noelrappin

page 212, in Structuring Tests, paragraph 2 : missing colon ?

You include the testing framework facilities in your unit by including minitest/autorun
                                                                                 -----> ^
require "minitest/autorun"

I think a period, but there should be something there… thanks!