From 4a60fc6d840ace00f5d95f372c8e132ae6b6d785 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Fri, 22 Apr 2022 15:19:34 +0300 Subject: [PATCH] Fix typo in README.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f8aaba715..e644c427f 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ ## Motivation Rust may be one the most interesting new languages the NATS ecosystem has seen. -We believe this client will have a large impact n NATS, distributed systems, and +We believe this client will have a large impact on NATS, distributed systems, and embedded and IoT environments. With Rust we wanted to be as idiomatic as we could be and lean into the strengths of the language. We moved many things that would have been runtime checks and errors to the compiler, most notably options