Skip to content

Commit 74171c2

Browse files
committed
Address Seth’s feedback
1 parent 4e584b0 commit 74171c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2021-12-14-sustainable-scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ relative to C, as well as the standard deviation:
225225
| Python | 89.33 | 113.79 |
226226

227227
A similar table was shown by Rui Pereira _et. al_ [^4]. While we did not get
228-
exactly the same numbers, the order of magnitudes remain the same.
228+
exactly the same numbers, the orders of magnitude remain the same.
229229

230230
We now have an answer to our initial question, “where does Scala
231231
stand in the picture?” According to these benchmarks, Scala is well positioned
@@ -242,7 +242,7 @@ another study ran by Rui Pereira _et. al._ [^5]).
242242

243243
We believe that the fact that Scala embraces several programming paradigms
244244
is a strength. It makes it easy to write high-level code that reads well,
245-
and it also makes it easy to write low-level that performs well.
245+
and it also makes it easy to write low-level code that performs well.
246246

247247
## Next steps
248248

0 commit comments

Comments
 (0)