Skip to content

Commit 1bbf611

Browse files
committed
fix class name.
1 parent ede37bd commit 1bbf611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean-architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class Cart {
6363
private Product product;
6464
private int quantity;
6565

66-
public CartItem(Product product, int quantity) {
66+
public Cart(Product product, int quantity) {
6767
this.product = product;
6868
this.quantity = quantity;
6969
}

0 commit comments

Comments
 (0)