fix: syntax error website build

This commit is contained in:
Ilkka Seppälä
2024-05-10 06:18:43 +03:00
parent 10cb8c0c09
commit fd7677931c
+2 -2
View File
@@ -132,8 +132,8 @@ public static void main(String[] args) {
## Known Uses
* Optional<T> in Java's standard library for handling potential absence of values.
* Stream<T> 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