Skip to content

Commit eedcccc

Browse files
slightly updated
1 parent 01f3fab commit eedcccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,12 +582,12 @@ Pair<String, Integer> func(String input) {
582582

583583
#### Javaslang
584584

585-
[Javaslang][javaslang] is a functional component library, designed to add missing features that should have been part of Java 8. Some of these features are
585+
[Javaslang][javaslang] is a functional library, designed to add missing features that should have been part of Java 8. Some of these features are
586586

587587
* an all-new functional collection library
588588
* tightly integrated tuples
589589
* pattern matching
590-
* throughout thread-safe because of immutability
590+
* throughout thread-safety because of immutability
591591
* eager and lazy data types
592592
* null-safety with the help of Option
593593
* better exception handling with the help of Try

0 commit comments

Comments
 (0)