Skip to content

Commit 097c4f9

Browse files
authored
Merge pull request #2998 from muzucode/patch-1
Update taste-modeling.md
2 parents 970c849 + c66731a commit 097c4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-modeling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If not, don’t worry, they’re explained in more detail in the [Domain Modelin
164164
### Classes
165165

166166
Scala _classes_ are used in OOP-style programming.
167-
Here’s an example of a class that models a “person.” In OOP fields are typically mutable, so `firstName` and `lastName` are both declared as `var` parameters:
167+
Here’s an example of a class that models a “person.” In OOP, fields are typically mutable, so `firstName` and `lastName` are both declared as `var` parameters:
168168

169169
{% tabs class_1 class=tabs-scala-version %}
170170
{% tab 'Scala 2' for=class_1 %}

0 commit comments

Comments
 (0)