Skip to content

Commit 733f081

Browse files
Fix wording error (#2770)
1 parent 4ea8301 commit 733f081

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
@@ -35,7 +35,7 @@ Ignoring the division of whole numbers, the possible *operations* on those value
3535
+, -, *
3636
````
3737

38-
An FP design is implemented in a similar way:
38+
In FP, business domains are modeled in a similar way:
3939

4040
- You describe your set of values (your data)
4141
- You describe operations that work on those values (your functions)

0 commit comments

Comments
 (0)