Skip to content

Commit 1f6ddbf

Browse files
* Remove rotten link * Update _overviews/scala3-book/fp-intro.md --------- Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent a778ca7 commit 1f6ddbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/fp-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ next-page: fp-what-is-fp
1010

1111

1212
Scala lets you write code in an object-oriented programming (OOP) style, a functional programming (FP) style, and also in a hybrid style---using both approaches in combination.
13-
[As Martin Odersky has stated](https://twitter.com/alexelcu/status/996408359514525696), the essence of Scala is a fusion of functional and object-oriented programming in a typed setting:
13+
As stated by Martin Odersky, the creator of Scala, the essence of Scala is a fusion of functional and object-oriented programming in a typed setting:
1414

1515
- Functions for the logic
1616
- Objects for the modularity

0 commit comments

Comments
 (0)