Programming Ruby 3.2 (5th Edition): B5.0 page 155, Ruby’s === is different that JavaScript’s

Please note that Ruby’s === is different that JavaScript’s.

Should read:

Please note that Ruby’s === is different than JavaScript’s.

or

Please note that Ruby’s === is different from JavaScript’s.