Skip to content

Commit e36fb38

Browse files
authored
Merge pull request #2099 from genghis-yang/patch-1
Fix a typo in Domain Modeling / Tools
2 parents 69520e5 + 904fdf7 commit e36fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ p.vocation = "Musician"
6666

6767
### Fields and methods
6868

69-
Classes can have also have methods and additional fields that are not part of constructors.
69+
Classes can also have methods and additional fields that are not part of constructors.
7070
They are defined in the body of the class.
7171
The body is initialized as part of the default constructor:
7272

0 commit comments

Comments
 (0)