Programming Phoenix LiveView: slight formatting error (page 80)

%{
  name: "Tic-Tac-Toe",
  description: "The game of Xs and Os",
  sku: 11_121_314, unit_price: 3.00
},

should be

%{
  name: "Tic-Tac-Toe",
  description: "The game of Xs and Os",
  sku: 11_121_314,
  unit_price: 3.00
},

with unit_price on its own line