From 10e5a4ae5dcf74bd4f329fb91f6503b56b6e8bed Mon Sep 17 00:00:00 2001 From: xyzsd Date: Tue, 13 Aug 2024 19:38:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd066a..dfbfc5c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Note that this could potentially pose problems given Runtime nullness checks (via Objects.requireNonNull) have not been removed. The 1.1 branch also adds `Result::merge` which simplifies reduction operations on Streams of -'Result`s (see method documentation and tests for examples). +`Result`s (see method documentation and tests for examples). ### Release 1.0 (January 2024)