File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ spores use type information to figure out whether or not something can be
49
49
serialized at compile time, how can this work with Java Serialization?
50
50
51
51
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.
55
55
56
56
## The transitive checker
57
57
You can’t perform that action at this time.
0 commit comments