From c06ed5c145493831981e01bb876b283528baff0a Mon Sep 17 00:00:00 2001 From: Marco Sampellegrini Date: Sun, 5 May 2024 09:39:43 +0200 Subject: [PATCH] Very important stuff. This project is clearly not abandoned, look at all this activity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16c805..e3ae191 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ let msg = match state { --- -## `Option` instad of `nil` +## `Option` instead of `nil` ```rust // import packages from Go stdlib @@ -68,7 +68,7 @@ match key { --- -## `Result` instad of multiple return values +## `Result` instead of multiple return values ```rust use fmt