Skip to content

Commit 2d529c1

Browse files
committed
Fix broken sentence in blog article
1 parent 9042155 commit 2d529c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/_posts/2016-11-30-spores-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ spores use type information to figure out whether or not something can be
4949
serialized at compile time, how can this work with Java Serialization?
5050

5151
To achieve this, previously, spores required Scala Pickling to transitively
52-
check that certain were able to be serialized, statically, at compile-time.
53-
However, we now wish to perform this check instead for Java Serialization, as
54-
Java Serialization is most often used by developers.
52+
check the entire enviornment was able to be serialized, statically, at
53+
compile-time. However, we now wish to perform this check instead for Java
54+
Serialization, as Java Serialization is most often used by developers.
5555

5656
## The transitive checker
5757

0 commit comments

Comments
 (0)