Programming Ruby 3.2 (5th Edition): B4.0 page 566, on windows + File::State

@noelrappin

page 566, in Times, third bullet, second line : windows → Windows

changed, (on windows this returns the creation time)
      -----> ^

+++++ next paragraph, third line : File::State instead of File::Stat

as well as several other attributes such as size. It’s also worth mentioning that File::State defines
                                                                                 -----> ^^^^^

Fixed, thanks