8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4765032 + 824a0ab commit 712ffceCopy full SHA for 712ffce
_overviews/scala3-book/domain-modeling-fp.md
@@ -259,7 +259,7 @@ Pizza.price(pizza1)
259
Grouping functionality this way has a few advantages:
260
261
- It associates functionality with data and makes it easier to find for programmers (and the compiler).
262
-- It creates a namespace and for instance let's us use `price` as a method name without having to rely on overloading.
+- It creates a namespace and for instance lets us use `price` as a method name without having to rely on overloading.
263
- The implementation of `Topping.price` can access enumeration values like `Cheese< 4199 /span>` without having to import them.
264
265
However, there are also a few tradeoffs that should be considered:
0 commit comments