From fd7677931c4238d9134c602f1e2db45b0606cb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Fri, 10 May 2024 06:18:43 +0300 Subject: [PATCH] fix: syntax error website build --- monad/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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