From 32339e5785a6f586f566270bedcb7952d74dcb87 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 28 Feb 2024 15:26:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0327d17..40c8a26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RO: Result and Option for C++ -C++ class templates that implement Result and Option class families that facilitate Error and Null value handling. +C++ class templates that implement Result and Option class families that facilitate Error and Null value handling. This implementation is inspired by the Rust language.