Skip to content

Commit f367ab9

Browse files
authored
Merge pull request #2472 from scala/fix-doc
2 parents 9b1cd1a + cb04884 commit f367ab9

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)