From fade96776a4f796e322274efb85efc4164fa0e08 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Wed, 3 Aug 2022 04:43:02 -0700 Subject: [PATCH] Correct grammar in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82775415be..2f3be6be97 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ my_future `Future::instrument` attaches a span to the future, ensuring that the span's lifetime is as long as the future's. -Under the hood, the [`#[instrument]`][instrument] macro performs same the explicit span +Under the hood, the [`#[instrument]`][instrument] macro performs the same explicit span attachment that `Future::instrument` does. [std-future]: https://doc.rust-lang.org/stable/std/future/trait.Future.html