Programming Phoenix LiveView B9 - repeated sentence, pages 150-151

p 150
Now, we’re ready to plug our custom code into the save_product helper functions.
Since we’ve delegated most of the hard work to two other functions,

p151
save_product/3 remains relatively concise since we’ve delegated most of the hard
work to two other functions.

Thanks! Will fix.