Skip to content

Commit 87582d4

Browse files
authored
remove mentions of generated code
1 parent 6230bc9 commit 87582d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/tour/case-classes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Scala supports the notion of _case classes_. Case classes are just regular class
1717
* Compared by structural equality instead of by reference
1818
* Succinct to instantiate and operate on
1919

20-
This is achieved through auto-generated code by the Scala compiler.
21-
2220
Here is an example for a Notification type hierarchy which consists of an abstract super class `Notification` and three concrete Notification types implemented with case classes `Email`, `SMS`, and `VoiceRecording`.
2321

2422
```tut

0 commit comments

Comments
 (0)