Update README.md

This commit is contained in:
dany 2024-02-28 15:27:17 +01:00
parent 32339e5785
commit 7a9e022528
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# RO: Result and Option for C++
C++ class templates that implement Result<T,E> and Option<V> class families that facilitate Error and Null value handling.
C++ class templates that implement Result\<T,E\> and Option\<U\> class families that facilitate Error and Null value handling.
This implementation is inspired by the Rust language.