Skip to content

Commit

Permalink
Fix typo (suggested by @combinatorist)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Dec 20, 2024
1 parent 439f441 commit 8d71cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/pages/appendices/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Murat Cetin ,
Olya Mazhara,
Pavel Syvak,
Philip Schwarz,
Seth Tisue
Seth Tisue,
Tim Eccleston ([@combinatorist](https://github.com/combinatorist)).


## Acknowledgements from Scala with Cats
Expand Down
4 changes: 2 additions & 2 deletions src/pages/intro/three-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ At the craft level we get to actual code, and the language specific nuance that

In the next section I'll describe the functional programming paradigm. The remainder of this book is primarily concerned with theory and craft. The theory is language agnostic but the craft is firmly in the world of Scala. Before we move onto the functional programming paradigm are two points I want to emphasize:

1. Paradigms are social constructs. They change over time. Object-oriented programming as practiced todays differs from the style originally used in Simula and Smalltalk, and functional programming todays is very different from the original LISP code.
1. Paradigms are social constructs. They change over time. Object-oriented programming as practiced today differs from the style originally used in Simula and Smalltalk, and functional programming today is very different from the original LISP code.

2. The three level organization is just a tool for thought. In real world is more complicated.
2. The three level organization is just a tool for thought. In the real world it is more complicated.

0 comments on commit 8d71cb2

Please sign in to comment.