From 8022c84e2b769e2e0b6f9178ee8889039339ef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Thu, 2 Sep 2021 18:34:46 +0800 Subject: [PATCH] typo: Keywork -> Keyword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e819f08..347db7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Async trait methods for `no_std` -Features like `async-trait`, avoid using `Box` and `dyn`. You can use async keywork in trait without alloc. +Features like `async-trait`, avoid using `Box` and `dyn`. You can use async keyword in trait without alloc. Thanks to crate [async-trait](https://github.com/dtolnay/async-trait), some code from these.