From c11fca0cc609dedbed3f844caf6399ae78c45e85 Mon Sep 17 00:00:00 2001 From: tly6 <tly6@uw.edu> Date: Mon, 12 Feb 2024 01:35:12 -0800 Subject: [PATCH] fixed Product.java --- Product.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Product.java b/Product.java index c47df1a..b2da453 100644 --- a/Product.java +++ b/Product.java @@ -40,7 +40,7 @@ public class Product { public Product tly6() { return new Product( "Intel Core i9 14900K", - "Great Performance in creative apps", + "Great Performance in Creative Apps", "Intel-CoreI9.jpeg", "Picture of Intel Processor", 589.00 -- GitLab