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