Effective Haskell: B6.0, Pg. 31, typo: missing spacechar in string

where
location day = "we met at " <> place <> "on a " <> day

the "on a "
should be "_on a "

( space, not underscore, obviously : )