From 527a683304af2cdc4fa60883615f918c37315e4a Mon Sep 17 00:00:00 2001 From: Nilstrieb Date: Sat, 2 Oct 2021 12:56:03 +0200 Subject: [PATCH] readme error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f5987..4a26e89 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The following return types are currently available: * usize * f64 -Boolean values can only be `None` or `Some`. +Boolean values can only be `None` or `Some(true)`. The other values can be `None` or `Some(_)` # Todo