diff --git a/monad/README.md b/monad/README.md index d8e4353a9..62c9fb1fd 100644 --- a/monad/README.md +++ b/monad/README.md @@ -132,8 +132,8 @@ public static void main(String[] args) { ## Known Uses -* Optional in Java's standard library for handling potential absence of values. -* Stream for constructing functional pipelines to operate on collections. +* Optional in Java's standard library for handling potential absence of values. +* Stream for constructing functional pipelines to operate on collections. * Frameworks like Vavr, providing functional programming enhancements for Java. ## Consequences