Skip to content

Commit

Permalink
Fix JSDOC
Browse files Browse the repository at this point in the history
Looks like this was meant to say "price" instead of "prize" :)
  • Loading branch information
alexownejazayeri authored Mar 25, 2024
1 parent 0c91c84 commit 999cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/pizza-order/pizza-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @ts-check

/**
* Determine the prize of the pizza given the pizza and optional extras
* Determine the price of the pizza given the pizza and optional extras
*
* @param {Pizza} pizza name of the pizza to be made
* @param {Extra[]} extras list of extras
Expand Down

0 comments on commit 999cd7d

Please sign in to comment.