We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60ff1e commit f786310Copy full SHA for f786310
app/src/main/java/com/example/android/justjava/MainActivity.java
@@ -102,7 +102,7 @@ public void submitOrder(View view) {
102
* Calculates the price of the order.
103
*
104
* @param addWhippedCream is whether or not we should include whipped cream topping in the price
105
- * @param addChocolate is whether or not we should include whipped cream topping in the price
+ * @param addChocolate is whether or not we should include chocolate topping in the price
106
* @return total price
107
*/
108
private int calculatePrice(boolean addWhippedCream, boolean addChocolate) {
0 commit comments