Skip to content

Commit ef3c438

Browse files
alvinjjulienrf
authored andcommitted
Update _overviews/scala3-book/why-scala-3.md
Co-authored-by: Julien Richard-Foy <julien@richard-foy.fr>
1 parent 2cf082b commit ef3c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/why-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ As Martin Odersky has stated, the essence of Scala is a fusion of functional and
3939
- Objects for the modularity
4040

4141
Possibly some of the best examples of this are the classes in the standard library.
42-
For instance, a `List` is defined as a classtechnically it’s an abstract classand a new instance is created like this:
42+
For instance, a `List` is defined as a class---technically it’s an abstract class---and a new instance is created like this:
4343

4444
```scala
4545
val x = List(1, 2, 3)

0 commit comments

Comments
 (0)