Skip to content

Commit cb04884

Browse files
Update domain-modeling-fp.md
1 parent 9b1cd1a commit cb04884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/domain-modeling-fp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ You can think of this approach as a “hybrid FP/OOP design” because you:
377377

378378
#### Example
379379

380-
Using this approach, you can directly implement the functionality on pizzas in the case case:
380+
Using this approach, you can directly implement the functionality on pizzas in the case class:
381381

382382
```scala
383383
case class Pizza(

0 commit comments

Comments
 (0)